@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Montserrat-Light";
  src: url('../../fonts/Montserrat-Light.otf') format('OpenType');
}
@font-face {
  font-family: "bebas";
  src: url('../../fonts/bebas.ttf') format('TrueType');
}


.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden; transition: all 0.3s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}

input::-webkit-input-placeholder{		color: #333; font-size: 14px;}
input::-moz-input-placeholder{			color: #333; font-size: 14px;}
input::-ms-input-placeholder{			color: #333; font-size: 14px;}
input::-o-input-placeholder{			color: #333; font-size: 14px;}
textarea::-webkit-input-placeholder{	color: #333; font-size: 14px;}
textarea::-moz-input-placeholder{		color: #333; font-size: 14px;}
textarea::-ms-input-placeholder{		color: #333; font-size: 14px;}
textarea::-o-input-placeholder{			color: #333; font-size: 14px;}

.left{ float:left;}
.right{ float:right;}

.p10{ padding: 10px 0; }
.p20{ padding: 20px 0; }
.p30{ padding: 30px 0; }
.p40{ padding: 40px 0; }
.p50{ padding: 50px 0; }
.p60{ padding: 60px 0; }
.p70{ padding: 70px 0; }
.p80{ padding: 80px 0; }
.p90{ padding: 90px 0; }
.p100{ padding: 100px 0; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.w1200{ width: 1200px; margin: 0 auto;}
.mx1200{ max-width: 1200px; width: 94%; margin: 0 auto;}

::-webkit-scrollbar {
	width : 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 15px;
	background: #a0a0a0;
}
::-webkit-scrollbar-track {
	background: #f6f8fb;
}


.swiper-slide{
	display: block;
	height: auto !important;
}
.swiper-container,
.swiper-wrapper{
	height: auto !important;
}



.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 26px;
	text-align: center;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: #aaadaf;
	cursor: pointer;
	border-radius: 50%;
}
.swiper-active-switch {
	background: #215842;
}


.container{
	width: 80%;
	margin: 0 auto;
}
.container img{
	max-width: 100%;
}
.ncontainer{
	width: 78%;
}

.header{
	width: 92%;
	padding: 0 4%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}

.logo{
	width: 284px;
	height: 58px;
	padding: 21px 0;
}



.menu{
	width: 75%;
}
.menu li{
	display: block;
	float: left;
	width: 10%;
	line-height: 100px;
	text-align: center;
	position: relative;
}
.menu li a{
	font-size: 20px;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.menu li a:after{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #215842;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.menu li:hover a:after{
	opacity: 1;
}
.menu>li>ul>li>ul>li:hover a,
.menu>li>ul>li.this>a,
.menu>li>ul>li:hover>a,
.menu>li.this>a,
.menu>li:hover>a{
	color: #215842;
}


.menu>li>ul{
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 9;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.menu li ul li{
	float: none;
	margin: 0;
	line-height: 46px;
	width: 100%;
}
.menu li ul li a:after{
	display: none;
}
.menu li ul li a{
	color: #484848;
	font-size: 16px;
}
.menu li ul li ul{
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 9;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}


.menubut{
	display: none;
}


.lan{
	width: 4%;
	padding: 0 1% 0 0;
	text-align: right;
	line-height: 100px;
	border-left: 1px solid #dcdcdc;
}
.lan a{
	font-size: 18px;
	display: block;
}




.stitle{
	text-align: center;
}
.stitle h3{
	color: transparent;
	font-size: 48px;
	background-image: -webkit-linear-gradient(180deg,#d9d9d9,#ffffff);
	background-image: -moz-linear-gradient(180deg,#d9d9d9,#ffffff);
	background-image: -ms-linear-gradient(180deg,#d9d9d9,#ffffff);
	background-image: -o-linear-gradient(180deg,#d9d9d9,#ffffff);
	background-image: linear-gradient(180deg,#d9d9d9,#ffffff);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	font-family: "Montserrat-Light";
	text-transform: uppercase;
	line-height: 36px;
	font-weight: normal;
}
.stitle h2{
	font-size: 60px;
	line-height: 60px;
	color: #282828;
	margin: -8px 0 0 0;
}
.stitle p{
	font-size: 24px;
	line-height: 24px;
	color: #484848;
	margin: 20px 0 0 0;
	letter-spacing: 2px;
}
.stitle .icon{
	margin: 15px 0 0 0;
}



.techslide .swiper-slide{
	background: #f0f5f8;
}


.techslide .swiper-slide .text{
	width: 34%;
	padding: 0 5% 0 11%;
}
.techslide .swiper-slide .text .protext{
	display: table;
	margin: 22% auto 0 auto;
}
.techslide .swiper-slide .text .protext .num{
	color: transparent;
	background-image: -webkit-linear-gradient(180deg,#215842,#ffffff);
	background-image: -moz-linear-gradient(180deg,#215842,#ffffff);
	background-image: -ms-linear-gradient(180deg,#215842,#ffffff);
	background-image: -o-linear-gradient(180deg,#215842,#ffffff);
	background-image: linear-gradient(180deg,#215842,#ffffff);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	background-clip: text;
	font-size: 136px;
	line-height: 110px;
	font-family: "Montserrat-Light";
	text-transform: uppercase;
}
.techslide .swiper-slide .text .protext .protitle{
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	margin: -18px 0 0 0;
}
.techslide .swiper-slide .text .protext .prointro{
	font-size: 20px;
	line-height: 40px;
	margin: 30px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.techslide .swiper-slide .text .protext .more{
	display: block;
	width: 196px;
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #215842;
	position: relative;
	z-index: 1;
	border: 1px solid;
	border-image: -webkit-linear-gradient(90deg, #006eab, #008540) 1 1;
	border-image: -moz-linear-gradient(90deg, #006eab, #008540) 1 1;
	border-image: -ms-linear-gradient(90deg, #006eab, #008540) 1 1;
	border-image: -o-linear-gradient(90deg, #006eab, #008540) 1 1;
	border-image: linear-gradient(90deg, #006eab, #008540) 1 1;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}

.techslide .swiper-slide .text .protext .more:hover{
	background-image: -webkit-linear-gradient(90deg,#006eab,#00853f);
	background-image: -moz-linear-gradient(90deg,#006eab,#00853f);
	background-image: -ms-linear-gradient(90deg,#006eab,#00853f);
	background-image: -o-linear-gradient(90deg,#006eab,#00853f);
	background-image: linear-gradient(90deg,#006eab,#00853f);
	color: #fff;
	-webkit-background-clip: 	content-box;
	-moz-background-clip: 		content-box;
	-ms-background-clip: 		content-box;
	-o-background-clip: 		content-box;
	background-clip: 			content-box;
}



.techslide .swiper-slide .pic{
	width: 50%;
}



.techslide .iconfont{
	font-size: 54px;
	margin-top: -27px;
	color: #c6d1db;
	transform-origin: center;
	position: absolute;
	top: 50%;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.techslide .techslide_left{
	-webkit-transform: 	rotate(180deg);
	-moz-transform: 	rotate(180deg);
	-ms-transform: 		rotate(180deg);
	-o-transform: 		rotate(180deg);
	transform: 			rotate(180deg);
	left: 3%;
}
.techslide .techslide_right{
/*	transform: rotate(-90deg);*/
	right: 3%;
}
.techslide .techslide_left:hover{
	left: 2%;
}
.techslide .techslide_right:hover{
	right: 2%;
}


.probg{
	background: url(../../images/bg_pro.jpg) center no-repeat;
	background-size: cover;
}


.probg .stitle h3{
	background-image: linear-gradient(180deg,#cad8e1,#ebf0f3);
}

.procate{
	margin: 35px auto 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.procate li{
	display: block;
	float: left;
	width: 220px;
	line-height: 58px;
	border: 1px solid #8598a9;
	border-radius: 5px;
	text-align: center;
	margin: 0 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.procate li a{
	display: block;
	font-size: 18px;
	color: #213748;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.procate li:hover{
	background: #008cc7;
	border-color: #008cc7;
}
.procate li:hover a{
	color: #fff;
}



.proslidearea{
	padding: 110px 0;
	margin: 10px auto 0 auto;
	
}
.proslidearea .swiper-slide-scale-prev,
.proslidearea .swiper-slide-scale-next{
	-webkit-transform: 	scale(1.49);
	-moz-transform: 	scale(1.49);
	-ms-transform: 		scale(1.49);
	-o-transform: 		scale(1.49);
	transform: 			scale(1.49);
	opacity: .8;
}
.proslidearea .swiper-slide-scale-prev{
	transform-origin: left;
}
.proslidearea .swiper-slide-scale-next{
	transform-origin: right;
}
.proslidearea .swiper-slide{
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.proslidearea .swiper-slide-active{
	opacity: 1;
	transform: scale(1.72);
	z-index: 9;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}

.proslidearea .swiper-slide .proslidetext{
	position: absolute;
	left: -23%;
	top: -10%;
	transform: scale(0.6);
	width: 138%;
}
.proslidearea .swiper-slide .proslidetext span{
	font-size: 24px;
	display: block;
	color: #252525;
	font-weight: bold;
}
.proslidearea .swiper-slide .proslidetext .text{
	font-size: 16px;
	line-height: 30px;
	margin: 30px 0;
}
.proslidearea .swiper-slide .proslidetext .text p{
	width: 50%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.proslidearea .swiper-slide .proslidetext .more{
	display: block;
	width: 196px;
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	background: none;
	color: #215842;
	position: relative;
	z-index: 1;
	border: 1px solid;
	border-image: -webkit-linear-gradient(90deg, #006eab, #008540) 1 1;
	border-image: -moz-linear-gradient(90deg, #006eab, #008540) 1 1;
	border-image: -ms-linear-gradient(90deg, #006eab, #008540) 1 1;
	border-image: -o-linear-gradient(90deg, #006eab, #008540) 1 1;
	border-image: linear-gradient(90deg, #006eab, #008540) 1 1;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.proslidearea .swiper-slide .proslidetext .more:hover{
	background-image: -webkit-linear-gradient(90deg,#006eab,#00853f);
	background-image: -moz-linear-gradient(90deg,#006eab,#00853f);
	background-image: -ms-linear-gradient(90deg,#006eab,#00853f);
	background-image: -o-linear-gradient(90deg,#006eab,#00853f);
	background-image: linear-gradient(90deg,#006eab,#00853f);
	color: #fff;
}







.proslide{
	position: relative;
}



.proslide .iconfont{
	font-size: 54px;
	margin-top: -27px;
	color: #c6d1db;
	transform-origin: center;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 9;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.proslide .proslide_left{
	transform: rotate(180deg);
	left: 3%;
}
.proslide .proslide_right{
/*	transform: rotate(-90deg);*/
	right: 3%;
}
.proslide .proslide_left:hover{
	left: 2%;
}
.proslide .proslide_right:hover{
	right: 2%;
}





.jscxul li{
	display: block;
	float: left;
	width: 50%;
	position: relative;
}
.jscxul li .pic img{
	object-fit: contain;
}
.jscxul li .text{
	position: absolute;
	left: 8%;
	top: 16%;
	color: #fff;
}
.jscxul li .text strong{
	font-size: 28px;
	line-height: 28px;
}
.jscxul li .text p{
	font-size: 19px;
	line-height: 19px;
	margin: 15px 0 30px 0;
}
.jscxul li .text a{
	border: 1px solid #dcdcdc;
	width: 158px;
	line-height: 44px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.jscxul li .text a:hover{
	width: 170px;
	border: 1px solid rgba(255,255,255,0);
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}





.yxtjul li{
	display: block;
	float: left;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	width: 32%;
	margin: 0 2% 0 0;
}

.syxtjul li{
	padding: 0; 
	width: 32%;
}
.yxtjul li:last-child{
	margin: 0;
}
.yxtjul li .pic{
	display: table;
	margin: 0 auto;
}
.yxtjul li strong{
	font-size: 24px;
	color: #000;
	line-height: 28px;
	display: block;
	text-align: center;
	margin: 30px 0 15px 0;
}
.yxtjul li p{
	font-size: 18px;
	line-height: 34px;
	color: #5a5a5a;
	min-height: 102px;
}





.news{
	background: #f1f7f6;
}
.newsarea{
}
.newsarea .picnews{
	width: 48%;
}
.newsarea .picnews .pic{
	height: 370px;
}
.newsarea .picnews .text>strong{
	font-size: 24px;
	line-height: 24px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 35px 0 20px 0;
}
.newsarea .picnews .date{
	width: 11%;
	font-size: 19px;
	color: #bec9c7;
	border-right: 1px solid #bec9c7;
	float: left;
}
.newsarea .picnews .date strong{
	display: block;
	font-size: 25px;
	font-family: "Arial";
}
.newsarea .picnews p{
	float: right;
	width: 85%;
	font-size: 16px;
	color: #484848;
	line-height: 30px;
	margin-top: -4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	min-height: 60px;
	max-height: 60px;
}






.newsul{
	width: 48%;
}
.newsul li{
	display: block;
	padding: 23px 0;
	border-top: 1px solid #d3dedc;
}
.newsul li:last-child{
	border-bottom: 1px solid #d3dedc;
}
.newsul li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsul li .pic{
	width: 33%;
	height: 120px;
}
.newsul li .date{
	width: 13%;
	text-align: center;
	font-size: 19px;
	color: #bec9c7;
	border-right: 1px solid #bec9c7;
}
.newsul li .date strong{
	display: block;
	font-size: 25px;
	font-family: "Arial";
}
.newsul li .text{
	width: 50%;
}
.newsul li .text strong{
	font-size: 20px;
	line-height: 20px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsul li .text p{
	font-size: 16px;
	line-height: 16px;
	color: #484848;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 12px 0 0 0;
}










.aboutbg{
	background: #f7f7f7;
}
.aboutbg .about{
	width: 39%;
	height: 600px;
	display: table;
}
.aboutbg .pic{
	height: 600px;
	width: 61%;
	position: relative;
}
.aboutbg .pic .more{
	width: 196px;
	line-height: 66px;
	background: linear-gradient(90deg, #10629e, #036e3a);
	color: #fff;
	font-size: 20px;
	display: block;
	text-align: center;
	border-radius: 5px;
	position: absolute;
	left: 55px;
	bottom: 55px;
	z-index: 9;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.aboutbg .pic .more:hover{
	width: 220px;
}
.abouttext{
	width: 64%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10% 0 26%;
}
.abouttext .stitle{
	text-align: left;
}
.abouttext .text{
	font-size: 18px;
	line-height: 36px;
	color: #747474;
}
.abouttext .text h3{
	font-size: 30px;
	line-height: 30px;
	margin: 30px 0 20px 0;
	font-weight: normal;
	color: #000;
}

.aboutbg2 .video{
	width: 39%;
	height: 430px;
	position: relative;
	background: url("../../images/video.jpg") center no-repeat;
}
.aboutbg2 .video video{
	width: 100%;
	object-fit: cover;
}
.aboutbg2 .video .icon{
	width: 94px;
	height: 94px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -47px;
	margin-left: -47px;
	background: url("../../images/24gf-play.png") rgba(255,255,255,.8) center left 36px no-repeat;
	cursor: pointer;
}
.aboutbg2 .video .icon:after{
	content: '';
	display: block;
	width: 104px;
	height: 104px;
	position: absolute;
	left: -7px;
	top: -7px;
	border: 2px solid rgba(255,255,255,.8);
	border-radius: 50%;
}


.about2{
	width: 61%;
	height: 430px;
	display: table;
}
.about2 .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10%;
	margin: 0 auto;
}
.about2 .text li{
	display: block;
	float: left;
	width: 60%;
	position: relative;
}
.about2 .text li strong{
	font-size: 30px;
	line-height: 30px;
	display: block;
}
.about2 .text li p{
	font-size: 20px;
	line-height: 24px;
	margin: 15px 0 0 0;
}
.about2 .text li p span{
	margin: 0 20px 0 0;
}
.about2 .text li:nth-child(2n){
	width: 40%;
}
.about2 .text li .iconfont{
	font-size: 70px;
	overflow: hidden;
	margin: 0 25px 0 0;
	color: #215842;
}
.about2 .text li:nth-child(1),
.about2 .text li:nth-child(2){
	margin: 0 0 70px 0;
}








.footerbg{
	color: #fff;
	background: #215842;
}
.footerbg a{
	color: #fff;
}
.flogo{
	padding: 40px 0 30px 0;
}
.ftel{
	text-align: right;
	line-height: 32px;
	font-size: 18px;
	margin: 45px 0 20px 0;
}
.ftel strong{
	font-size: 30px;
	color: #fff;
	font-family: "Arial";
}
.footer{
	border-top: 1px solid #4d7968;
}


.flink{
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #4d7968;
	line-height: 24px;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.flink a{
	font-size: 14px;
}
.cr{
	line-height: 24px;
	font-size: 14px;
	opacity: .7;
}
.cr span{
	margin: 0 10px 0 0;
}
.cr a{
	font-size: 14px;
}
.ftitle{
	font-size: 16px;
	margin: 0 0 10px 0;
}
.fmenu ul{
	float: left;
	margin: 0 50px 0 0;
}
.fmenu ul li{
	display: block;
	line-height: 28px;
	opacity: .7;
}
.fmenu ul li a{
	display: block;
	font-size: 14px;
}



.fcontact{
	margin: 0 0 0 180px;
	text-align: left;
}
.fcontact li{
	display: block;
	font-size: 16px;
	line-height: 36px;
}
.fcontact li .iconfont{
	float: left;
	opacity: .7;
	margin: 0 15px 0 0;
	font-size: 20px;
}

.fewm{
	
}
.fewm>.left{
	margin: 0 0 0 30px;
}
.fewm p{
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 15px 0;
}





.bannerbg,
.listbanner,
.nbanner{
	height: 400px;
	line-height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/banner_about.jpg");
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}


.ntitle{
	text-align: center;
}
.ntitle h2{
	font-size: 36px;
	line-height: 36px;
}
.ntitle p{
	font-size: 22px;
	margin: 15px 0 0 0;
	line-height: 22px;
	color: #484848;
}





.ncate{
	line-height: 76px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.08);
}
.ncate li{
	display: block;
	float: left;
	width: 25%;
	text-align: center;
}
.ncate li a{
	font-size: 20px;
	display: block;
	color: #282828;
}
.ncate li:hover a,
.ncate li.this a{
	color: #215842;
}

.ncate_six li{
	width: 16.666%;
}
.ncate_five li{
	width: 20%;
}
.ncate_four li{
	width: 25%;
}
.ncate_three li{
	width: 33.333%;
}
.ncate_two li{
	width: 50%;
}
.ncate_one li{
	width: 100%;
}



.nabout{
	background: url("../images/bg_about.png") center top 230px no-repeat;
}

.nabout li{
	display: block;
	margin: 0 0 90px 0;
}
.nabout li .pic{
	width: 50%;
/*	height: 460px;*/
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.nabout li .pic img{
	object-fit: contain;
}
.nabout li .nabouttext{
/*	height: 450px;*/
	display: table;
	width: 46%;
}
.nabout li .nabouttext .content{
	display: table-cell;
	vertical-align: middle;
}
.nabout li .nabouttext .content h2{
	font-size: 36px;
}
.nabout li .nabouttext .content .text{
	font-size: 18px;
	line-height: 36px;
	color: #484848;
	margin: 30px 0 0 0;
	text-indent: 2em;
}
.nabout li .nabouttext .content .more{
	width: 156px;
	line-height: 46px;
	text-align: center;
	display: block;
	border-radius: 23px;
	background-image: -webkit-linear-gradient(90deg,#225a96,#00803e);
	background-image: -moz-linear-gradient(90deg,#225a96,#00803e);
	background-image: -ms-linear-gradient(90deg,#225a96,#00803e);
	background-image: -o-linear-gradient(90deg,#225a96,#00803e);
	background-image: linear-gradient(90deg,#225a96,#00803e);
	color: #fff;
	font-size: 16px;
	margin: 30px 0 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nabout li .nabouttext .content .more:hover{
	width: 170px;
}










.about_num{}
.about_num .numlist{
	display: block;
	float: left;
	font-size: 18px;
	color: #282828;
	text-align: center;
	margin: 0 80px 0 0;
}
.about_num .numlist div{
}
.about_num .numlist strong{
	display: inline-block;
	font-size: 60px;
	line-height: 50px;
	font-family: "Arial";
	color: #215842;
}
.about_num .numlist font{
	font-size: 18px;
	color: #282828;
}
.about_num .numlist p{
	font-size: 18px;
	color: #282828;
	margin: 5px 0 0 0;
	line-height: 18px;
}



.tdyfnlbg{
	background: url(../../images/bg_nabout2.jpg) center no-repeat;
}
.tdyfnlbg .ntitle h2{
	color: #fff;
}
.tdyfnl .pic{
	with: 50%;
	height: 400px;
}

.tdyfnl .tdyfnltext{
	height: 400px;
	display: table;
	width: 48%;
	padding: 0 0 0 2%;
}

.tdyfnl .text{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
}



.ndevbg{
	background: url("../images/bg_ndev.png") center no-repeat;
	background-size: contain;
	height: 940px;
}
.devtitle{
	position: absolute;
	top: 350px;
	left: 240px;
	text-align: right;
}
.devtitle h2{
	color: #008cc7;
	font-size: 48px;
	line-height: 48px;
}
.devtitle p{
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 30px 0 0 0;
	text-shadow: 0 0 5px rgba(0,140,199,0.4);
}
.ndev{
	position: relative;
}
.ndev li{
	display: block;
	float: left;
	text-align: right;
	position: absolute;
}

@font-face {
  font-family: "herounsans";
  src: url('../../fonts/herounsans.otf') format('OpenType');
}


.ndev li .year{
	font-size: 48px;
	font-family: "herounsans";
}
.ndev li:nth-child(1){ top: 740px; left: 170px;}
.ndev li:nth-child(2){ top: 655px; left: 335px;}
.ndev li:nth-child(3){ top: 435px; left: 575px;}
.ndev li:nth-child(4){ top: 205px; left: 895px;}
.ndev li:nth-child(5){ top: 0; left: 1050px;}

.ndev li:nth-child(1) .year{ color: #e3d9d5;}
.ndev li:nth-child(2) .year{ color: #adbfc7;}
.ndev li:nth-child(3) .year{ color: #7aafc7;}
.ndev li:nth-child(4) .year{ color: #2b98c7;}
.ndev li:nth-child(5) .year{ color: #008cc7;}

.ndev li .text{
	font-size: 16px;
	line-height: 30px;
	color: #484848;
}












.nculture li{
	display: block;
}
.nculture li .text{
	height: 360px;
	display: table;
	width: 50%;
}
.nculture li .text .intro{
	display: table-cell;
	vertical-align: middle;
}
.nculture li .text .intro .textintro{
	display: table;
	margin: 0 auto;
}
.nculture li .text .intro .textintro .iconfont{
	float: left;
	font-size: 70px;
	color: #215842;
}
.nculture li .text .intro .textintro p{
	float: left;
	font-size: 24px;
	color: #484848;
	line-height: 44px;
	margin: 0 0 0 25px;
}
.nculture li .text .intro .textintro p strong{
	display: block;
	font-size: 36px;
	line-height: 36px;
	color: #282828;
	margin: 0 0 10px 0;
}
.nculture li .text .intro .textintro p font:nth-child(2){
	clear: both;
}
.nculture li .text .intro .textintro p font:nth-child(2),
.nculture li .text .intro .textintro p font:nth-child(3){
	margin: 0 20px 0 0;
}
.nculture li .text .intro .textintro p font{
	display: block;
	float: left;
}
.nculture li .text .intro .textintro p span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 0 0;
	color: #282828;
}
.nculture li .pic{
	height: 360px;
	width: 50%;
}

















.njscxul li{
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
}
.njscxul li .pic{
	height: auto;
}
.njscxul li .pic img{
	object-fit: none;
}











.nteamslide{
	padding: 160px 0;
	position: relative;
}
.nteamslide .iconfont{
	font-size: 44px;
	margin-top: -22px;
	color: #215842;
	transform-origin: center;
	position: absolute;
	top: 50%;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nteamslide .nteamslide_left{
	transform: rotate(90deg);
	left: 3%;
}
.nteamslide .nteamslide_right{
	transform: rotate(-90deg);
	right: 3%;
}
.nteamslide .nteamslide_left:hover{
	left: 2%;
}
.nteamslide .nteamslide_right:hover{
	right: 2%;
}
.nteamslide .swiper-slide{
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nteamslide .swiper-slide-active{
	transform: scale(1.37);
	z-index: 9;
}




.nteamlist{
}
.nteamlist li{
	display: block;
	margin: 0 0 60px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nteamlist li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 40px 4%;
	background: #f2f9f9;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nteamlist li .pic{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nteamlist li.this .pic{
	height: 200px;
	border-radius: 0;
}
.nteamlist li .pic img{
	object-fit: cover;
	object-position: top;
}
.nteamlist li .nteam_name{
	margin: 50px 0 0 35px;
}
.nteamlist li .nteam_name strong{
	font-size: 30px;
	line-height: 30px;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nteamlist li .nteam_name p{
	font-size: 18px;
	line-height: 18px;
	color: #484848;
	margin: 15px 0 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nteamlist li .line{
	width: 17%;
	position: relative;
}
.nteamlist li .line:after{
	content: '';
	display: block;
	position: absolute;
	width: 20%;
	height: 1px;
	right: 0;
	top: 20px;
	background: #c9c9c9;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nteamlist li.this .line:after,
.nteamlist li:hover .line:after{
	width: 50%;
	background: #fff;
}



.nteamlist li.this,
.nteamlist li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.nteamlist li.this a,
.nteamlist li:hover a{
	background: -webkit-linear-gradient(90deg, #0367a4, #00843f);
	background: -moz-linear-gradient(90deg, #0367a4, #00843f);
	background: -ms-linear-gradient(90deg, #0367a4, #00843f);
	background: -o-linear-gradient(90deg, #0367a4, #00843f);
	background: linear-gradient(90deg, #0367a4, #00843f);
}


.nteamlist li.this .nteam_name strong,
.nteamlist li:hover .nteam_name strong,
.nteamlist li.this .nteam_name p,
.nteamlist li:hover .nteam_name p{
	color: #fff;
}


.nteamlist li .nteam_text{
	font-size: 18px;
	line-height: 36px;
	color: #484848;
	width: 45%;
	height: 108px;
	margin: 0 0 0 5%;
    overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nteamlist li.this .nteam_text,
.nteamlist li:hover .nteam_text{
	font-size: 18px;
	line-height: 36px;
	width: 45%;
	color: #fff;
}



.nteamlist li .iconfont{
	color: #d9dee2;
	border: 1px solid #d9dee2;
	border-radius: 50%;
	width: 55px;
	line-height: 58px;
	text-align: center;
	font-size: 20px;
	padding: 0 0 0 3px;
	cursor: pointer;
	position: absolute;
	right: 4%;
	bottom: 40px;
	-webkit-transform: 	rotate(90deg);
	-moz-transform: 	rotate(90deg);
	-ms-transform: 		rotate(90deg);
	-o-transform: 		rotate(90deg);
	transform: 			rotate(90deg);
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nteamlist li:hover .iconfont{
	color: #fff;
	border-color: #fff;
}
.nteamlist li.this .iconfont{
	color: #fff;
	border-color: #fff;
	-webkit-transform: 	rotate(270deg);
	-moz-transform: 	rotate(270deg);
	-ms-transform: 		rotate(270deg);
	-o-transform: 		rotate(270deg);
	transform: 			rotate(270deg);
}



.nenv li{
	display: block;
	float: left;
	width: 31.666%;
	margin: 0 2.5% 2.5% 0;
}
.nenv li:nth-child(3n){
	margin: 0 0 2.5% 0;
}
.nenv li a{
	display: block;
}
.nenv li p{
	line-height: 56px;
	background: #f2f9f9;
	text-align: center;
	font-size: 18px;
}

.honorcate{
	width: 20%;
}
.honorcatetitle{
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	line-height: 70px;
	color: #fff;
	margin: 0 0 12px 0;
	background: -webkit-linear-gradient(90deg, #0367a4, #00843f);
	background: -moz-linear-gradient(90deg, #0367a4, #00843f);
	background: -ms-linear-gradient(90deg, #0367a4, #00843f);
	background: -o-linear-gradient(90deg, #0367a4, #00843f);
	background: linear-gradient(90deg, #0367a4, #00843f);
}
.honorcate li{
	display: block;
	margin: 0 0 3px 0;
	background: #f2f9f9;
	line-height: 56px;
}
.honorcate li a{
	display: block;
	color: #484848;
	font-size: 18px;
	padding: 0 65px;
}
.honorcate li.this,
.honorcate li:hover{
	font-weight: bold;
	background: -webkit-linear-gradient(90deg, #0367a4, #00843f);
	background: -moz-linear-gradient(90deg, #0367a4, #00843f);
	background: -ms-linear-gradient(90deg, #0367a4, #00843f);
	background: -o-linear-gradient(90deg, #0367a4, #00843f);
	background: linear-gradient(90deg, #0367a4, #00843f);
}
.honorcate li.this a,
.honorcate li:hover a{
	color: #fff;
}

.nhonor li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.nhonor li:nth-child(3n){
	margin: 0 0 2% 0;
}
.nhonor li a{
	display: block;
}
.nhonor li a .pic{
	background: #f2f9f9;
	padding: 10% 12%;
}
.nhonor li p{
	font-size: 18px;
	text-align: center;
	padding: 10px 5px 20px 5px;
	line-height: 18px;
	background: #f2f9f9;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ncertificate li{
	display: block;
	float: left;
	width: 31%;
	margin: 0 3.5% 3.5% 0;
}
.ncertificate li:nth-child(3n){
	margin: 0 0 3.5% 0;
}
.ncertificate li a{
	display: block;
}
.ncertificate li a .pic{
	background: #f7f7f7;
	padding: 10% 12%;
}
.ncertificate li p{
	font-size: 18px;
	text-align: center;
	margin: 20px 0 0 0;
	line-height: 18px;
}



.nzxnsul{
	width: 70%;
}
.nzxnsul li{
	border-top: 4px solid #e4e4e4;
	background: #f7f7f7;
	display: block;
	padding: 0 7%;
	position: relative;
	margin: 0 0 30px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li .rlzytitle{
	padding: 30px 0;
}
.nzxnsul li .rlzytitle span{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li.this,
.nzxnsul li:hover{
	border-color: #215842;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.nzxnsul li .rlzytitle font{
	font-size: 16px;
	line-height: 16px;
	color: #000;
	margin: 15px 0 0 15px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li.this .rlzytitle font{
	opacity: 1;
}

.nzxnsul li .buttonarrow{
	font-size: 30px;
	width: 56px;
	padding: 3px 0 0 0;
	text-align: center;
	border: 2px solid #e4e4e4;
	line-height: 53px;
	position: absolute;
	border-radius: 50%;
	right: 6%;
	bottom: 50%;
	margin-bottom: -30px;
	color: #e4e4e4;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li .rlzyarea{
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px 0;
	color: #666666;
	display: none;
}
.nzxnsul li .rlzyarea .text2{
	margin: 20px 0;
}
.nzxnsul li .rlzyarea .rlzyareatitle{
	color: #000;
	font-size: 17px;
	font-weight: bold;
}
.nzxnsul li.this .buttonarrow{
	bottom: 30px;
	transform: rotate(180deg);
	background: #215842;
	color: #fff;
	padding: 0;
	line-height: 56px;
	border-color: #215842;
	margin-bottom: 0;
}
.nzxnsul li .rlzyarea a.tdjl{
	display: block;
	width: 160px;
	line-height: 54px;
	background: #215842;
	color: #fff;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 16px;
	border-radius: 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li .rlzyarea a.tdjl:hover{
	width: 180px;
}

.nrlzypic{
	width: 27%;
}
.nrlzypic .pic{
	position: relative;
}
.nrlzypic .pic .hyjr{
	font-size: 30px;
	line-height: 48px;
	color: #fff;
	padding: 7% 12%;
	width: 76%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.nrlzypic .pic .hyjr strong{
	display: block;
}
.nrlzypic .nrlzytext{
	font-size: 16px;
	color: #484848;
	padding: 50px 10% 120px 10%;
	line-height: 32px;
	text-align: left;
	background: url(../../images/bg_join.jpg) #f7f7f7 center bottom no-repeat;
}
.nrlzypic .nrlzytext .iconfont{
	color: #215842;
	font-size: 50px;
	margin: 0 0 20px 0;
}



.nmap{
	position: relative;
	overflow: hidden;
}
.nmap iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.mapcontact{
	position: absolute;
	padding: 4%;
	width: 40%;
	background: #fff;
	right: 2%;
	top: 50%;
	margin-top: -197px;
	text-align: left;
}


.mapcontact li{
	display: block;
	font-size: 16px;
	line-height: 36px;
}
.mapcontact li .iconfont{
	float: left;
	margin: 0 15px 0 0;
	font-size: 20px;
	color: #008cc7;
}

.newm p{
	color: #484848;
	margin: 5px 0 0 0;
	text-align: center;
}


.nmessage .messagearea>.left{
	width: 48%;
	margin: 0 4% 0 0;
}
.nmessage .messagearea>.right{
	width: 48%;
}
.nmessage li{
	display: block;
	position: relative;
	margin: 0 0 25px 0;
}
.nmessage li input{
	width: 100%;
	padding: 0 5%;
	height: 60px;
	background: #f2f6f9;
	box-sizing: border-box;
	font-size: 18px;
	border: 2px solid #f2f6f9;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nmessage li span{
	position: absolute;
	line-height: 60px;
	display: block;
	color: #e50000;
	font-size: 18px;
	right: 15px;
	top: 0;
}
.nmessage li textarea{
	width: 100%;
	padding: 20px 5%;
	height: 142px;
	background: #f2f6f9;
	box-sizing: border-box;
	font-size: 18px;
	border: 2px solid #f2f6f9;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nmessage li img{
	position: absolute;
	right: 40%;
	width: 82px;
	height: 35px;
	background: #fff;
	padding: 12.5px 0;
	cursor: pointer;
}
.nmessage li a{
	font-size: 14px;
	color: #888;
	font-style: italic;
	position: absolute;
	right: 25%;
	line-height: 60px;
	display: block;
	top: 0;
}
.nmessage li input:hover,
.nmessage li textarea:hover{
	border: 2px solid rgba(0,114,188,.3);
}


.nmessage li input::-webkit-input-placeholder{		color: #666; font-size: 18px;}
.nmessage li input::-moz-input-placeholder{			color: #666; font-size: 18px;}
.nmessage li input::-ms-input-placeholder{			color: #666; font-size: 18px;}
.nmessage li input::-o-input-placeholder{			color: #666; font-size: 18px;}
.nmessage li textarea::-webkit-input-placeholder{	color: #666; font-size: 18px;}
.nmessage li textarea::-moz-input-placeholder{		color: #666; font-size: 18px;}
.nmessage li textarea::-ms-input-placeholder{		color: #666; font-size: 18px;}
.nmessage li textarea::-o-input-placeholder{		color: #666; font-size: 18px;}



.nmessage li .subbutton,
.nmessage li .resbutton{
	width: 156px;
	height: 46px;
	color: #fff;
	font-size: 18px;
	border-radius: 23px;
	cursor: pointer;
	border: none;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nmessage li .subbutton:hover,
.nmessage li .resbutton:hover{
	width: 170px;
	border: none;
}
.nmessage li .subbutton{
	float: right;
	background: #215842;
}
.nmessage li .resbutton{
	background: #959595;
}



.njspt li{
	display: block;
	clear: both;
	margin: 0 0 140px 0;
}
.njspt li:last-child{
	margin: 0;
}
.njspt li .pic{
	width: 50%;
	float: left;
}
.njspt li:nth-child(2n) .pic{
	float: right;
}
.njspt li .text{
	width: 30%;
	float: right;
	padding: 0 10%;
	height: 540px;
	display: table;
	position: relative;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}
.njspt li:nth-child(2n) .text{
	float: left;
}
.njspt li .text .intro{
	display: table-cell;
	vertical-align: middle;
}
.njspt li .text .intro strong{
	font-size: 28px;
	color: #215842;
	display: block;
	margin: 0 0 10px 0;
}
.njspt li .text .intro p{
	font-size: 20px;
	line-height: 36px;
	color: #484848;
}

.njspt li .text .num{
	font-family: "bebas";
	font-size: 120px;
	line-height: 110px;
	color: #c3c3c3;
	position: absolute;
	right: 50px;
	top: -40px;
}

.njspt li:nth-child(2n) .text .num{
	right: auto;
	left: 50px;
}




.nnews li{
	display: block;
	border-bottom: 1px solid #eeeeee;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnews li a{
	display: block;
	padding: 35px 0;
}
.nnews li .pic{
	width: 28%;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnews li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.nnews li:hover .pic{
	margin: 0 0 0 2%;
}
.nnews li .text{
	width: 66%;
	padding: 0 2% 0 0;
}
.nnews li .text .date{
	color: #888888;
	font-size: 16px;
	font-family: "Arial";
	line-height: 16px;
	margin: 20px 0 0 0;
}
.nnews li .text strong{
	font-size: 22px;
	line-height: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin: 50px 0 20px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnews li:hover .text strong{
	color: #215842;
}
.nnews li .text p{
	font-size: 14px;
	line-height: 26px;
	color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}



.ncon_title{
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	line-height: 34px;
}
.ncon_date{
	color: #888888;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	margin: 15px 0 0 0;
}
.ncon_text{
	padding: 6%;
	background: #fff;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
}
.ncon_text img,
.ncon_text video{
	max-width: 100%;
	height: auto !important;
	margin: 10px 0;
}
.nbg{
	background: #f6f6f6;
}

.nright{
	width: 20%;
}
.nright_title{
	font-size: 24px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.nright ul li{
	display: block;
	background: #fff;
	padding: 15px 30px;
	margin: 0 0 20px 0;
}
.nright ul li strong{
	font-size: 18px;
	line-height: 30px;
	min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nright ul li:hover strong{
	color: #215842;
}
.nright ul li p{
	font-size: 14px;
	line-height: 14px;
	color: #888888;
	margin: 20px 0 0 0;
}

.nprocate li{
	display: block;
	padding: 26px;
	border: 1px solid #c9c9c9;
	margin: 0 0 60px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nprocate li:hover{
	border: 1px solid #215842;
}
.nprocate li:last-child{
	margin: 0;
}
.nprocate li .pic{
	width: 42%;
}
.nprocate li .procatetext{
	width: 52%;
	height: 348px;
	display: table;
}
.nprocate li .procatetext .intro{
	display: table-cell;
	vertical-align: middle;
}
.nprocate li .procatetext .intro strong{
	display: block;
	font-size: 30px;
}
.nprocate li .procatetext .intro .text{
	font-size: 20px;
	line-height: 40px;
	color: #484848;
	margin: 20px 0;
}
.nprocate li .procatetext .intro .more{
	width: 156px;
	line-height: 46px;
	background: #215842;
	text-align: center;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nprocate li:hover .procatetext .intro .more{
	width: 176px;
}


.ncate_left{
	width: 20%;
}

.catetitle{
	font-weight: bold;
	font-size: 30px;
	line-height: 68px;
	text-align: center;
	background: #eee;
	margin: 0 0 20px 0;
}
.ncate_left ul{
	
}
.ncate_left ul li{
	display: block;
	position: relative;
}
.ncate_left ul li ul li{
	line-height: 36px;
	cursor: pointer;
}
.ncate_left ul li a{
	display: block;
	padding: 0 20px;
}
.ncate_left>ul>li>a{
	line-height: 46px;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.ncate_left>ul>li.this>a,
.ncate_left>ul>li:hover>a{
	color: #215842;
}
.ncate_left ul li ul{
	padding: 15px 0;
}
.ncate_left ul li ul li a{
	font-size: 16px;
	color: #484848;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ncate_left ul li span{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	line-height: 46px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #888888;
}

.banner_wap{
	display: none;
}

.pcontainer{
	width: 77%;
}
.nproul li{
	display: block;
	width: 31%;
	float: left;
	margin: 0 3% 3% 0;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nproul li:nth-child(3n){
	margin: 0 0 3% 0;
}
.nproul li a{
	display: block;
}
.nproul li:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	background: linear-gradient(70deg, #0368a3, #00843f);
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nproul li:hover:after{
	opacity: 1;
}
.nproul li .pic{
}
.nproul li .text{
	text-align: center;
	padding: 0 5% 50px 5%;
}
.nproul li .text strong{
	font-size: 17px;
	display: block;
	margin: 35px 0 15px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nproul li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	min-height: 48px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nproul li:hover .text strong,
.nproul li:hover .text p{
	color: #fff;
}
.nproul li .text .more{
	width: 152px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	margin: 15px auto 0 auto;
	background: none;
	color: #215842;
	position: relative;
	z-index: 1;
	border: 1px solid;
	border-image: -webkit-linear-gradient(90deg, #006eab, #008540) 1 1;
	border-image: -moz-linear-gradient(90deg, #006eab, #008540) 1 1;
	border-image: -ms-linear-gradient(90deg, #006eab, #008540) 1 1;
	border-image: -o-linear-gradient(90deg, #006eab, #008540) 1 1;
	border-image: linear-gradient(90deg, #006eab, #008540) 1 1;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nproul li:hover .text .more{
	background-image: -webkit-linear-gradient(90deg,#006eab,#00853f);
	background-image: -moz-linear-gradient(90deg,#006eab,#00853f);
	background-image: -ms-linear-gradient(90deg,#006eab,#00853f);
	background-image: -o-linear-gradient(90deg,#006eab,#00853f);
	background-image: linear-gradient(90deg,#006eab,#00853f);
	border: 1px solid #fff;
	color: #036d77;
	background: #fff;
	-webkit-background-clip: 	content-box;
	-moz-background-clip: 		content-box;
	-ms-background-clip: 		content-box;
	-o-background-clip: 		content-box;
	background-clip: 			content-box;
}



.nprotext .pic{
	width: 42%;
	border: 1px solid #e5e5e5;
}
.nprotext .intro{
	width: 55%;
	margin: 20px 0 0 0;
}
.nprotext .intro strong{
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
	display: block;
}
.nprotext .intro .text{
	font-size: 18px;
	line-height: 34px;
	margin: 30px 0;
	color: #484848;
}



.otherlink .online{
	width: 200px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #215842;
	border-radius: 27px;
}
.otherlink .online .iconfont{
	font-size: 28px;
	display: inline-block;
	margin: -2px 10px 0 0;
	vertical-align: middle;
}
.share p{
	float: left;
	line-height: 54px;
}
.share .addthis_inline_share_toolbox{
	clear:none !important;
	margin: 12px 0 0 0;
}
.share .at-resp-share-element .at-share-btn{
	margin: 0 2px !important;
}


.prointro .introtitle{
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}
.prointro .introtitle .iconfont{
	font-size: 34px;
	color: #215842;
	float: left;
	margin: 0 15px 0 0;
}
.prointro .introtitle .icon-baozhiqi{
	font-size: 50px;
}
.prointro .text{
	padding: 30px 30px;
	font-size: 18px;
	line-height: 36px;
	color: #484848;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.prointro4 li{
	display: block;
	width: 20%;
	float: left;
	text-align: center;
}
.prointro4 li strong{
	font-size: 18px;
	line-height: 18px;
	display: block;
	margin: 0 0 15px 0;
}
.prointro4 li .pic{
	width: 69%;
	margin: 0 auto;
}
.prointro5 .text{
}
.prointro5 .pic_wap{
	display: none;
}
.prointro5 .pic_pc{}



.proslide .swiper-slide .pic img{
	transform-origin: right;
}




.nrcln li{
	display: block;
}
.nrcln li .pic{
	width: 50%;
	height: 360px;
}
.nrcln li .rclntext{
	width: 50%;
	height: 360px;
	display: table;
	position: relative;
}
.nrcln li .rclntext .text{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	color: #215842;
}
.nrcln li .rclntext .num{
	font-size: 200px;
	position: absolute;
	line-height: 156px;
	padding: 0 0 26px 0;
	font-family: "bebas";
	left: 50%;
	top: 50%;
	margin-top: -91px;
	margin-left: -104px;
	z-index: 1;
	color: #f5f5f5;
}



.teamshow li{
	width: 48.5%;
	margin: 0 3% 3% 0;
	display: block;
	float: left;
}
.teamshow li:nth-child(2n){
	margin: 0;
}
.teamshow li p{
	background: #f2f9f9;
	font-size: 18px;
	line-height: 56px;
	text-align: center;
}


.nwzrxx li{
	display: block;
	float: left;
	width: 31.666%;
	margin: 0 2.5% 2.5% 0;
}
.nwzrxx li:nth-child(3n){
	margin: 0 0 2.5% 0;
}
.nwzrxx li a{
	display: block;
}
.nwzrxx li p{
	line-height: 56px;
	background: #f2f9f9;
	text-align: center;
	font-size: 18px;
}



.nzxnsul{
	width: 77%;
}
.nzxnsul li{
	border-top: 4px solid #e4e4e4;
	background: #f7f7f7;
	display: block;
	padding: 0 7%;
	position: relative;
	margin: 0 0 30px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li .rlzytitle{
	padding: 30px 0;
}
.nzxnsul li .rlzytitle span{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li.this .rlzytitle span{
	color: #215842;
}
.nzxnsul li.this,
.nzxnsul li:hover{
	border-color: #036c80;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.nzxnsul li .rlzytitle font{
	font-size: 16px;
	line-height: 16px;
	color: #000;
	margin: 15px 0 0 15px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li.this .rlzytitle font{
	opacity: 1;
}

.nzxnsul li .buttonarrow{
	font-size: 30px;
	width: 56px;
	padding: 3px 0 0 0;
	text-align: center;
	border: 2px solid #e4e4e4;
	line-height: 53px;
	position: absolute;
	border-radius: 50%;
	right: 6%;
	bottom: 50%;
	margin-bottom: -30px;
	color: #e4e4e4;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li .rlzyarea{
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px 0;
	color: #666666;
	display: none;
}
.nzxnsul li .rlzyarea .text2{
	margin: 20px 0;
}
.nzxnsul li .rlzyarea .rlzyareatitle{
	color: #000;
	font-size: 17px;
	font-weight: bold;
}
.nzxnsul li.this .buttonarrow{
	bottom: 30px;
	transform: rotate(180deg);
	color: #036c80;
	background: none;
	padding: 0;
	line-height: 56px;
	border-color: #036c80;
	margin-bottom: 0;
}
.nzxnsul li .rlzyarea a.tdjl{
	display: block;
	width: 160px;
	line-height: 54px;
	background-image: -webkit-linear-gradient(90deg,#0566a2,#007640);
	background-image: -moz-linear-gradient(90deg,#0566a2,#007640);
	background-image: -ms-linear-gradient(90deg,#0566a2,#007640);
	background-image: -o-linear-gradient(90deg,#0566a2,#007640);
	background-image: linear-gradient(90deg,#0566a2,#007640);
	color: #fff;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 16px;
	border-radius: 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li .rlzyarea a.tdjl:hover{
	width: 180px;
}

.nrlzypic{
	width: 27%;
}
.nrlzypic .pic{
	position: relative;
}
.nrlzypic .pic .hyjr{
	font-size: 30px;
	line-height: 48px;
	color: #fff;
	padding: 7% 12%;
	width: 76%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.nrlzypic .pic .hyjr strong{
	display: block;
}
.nrlzypic .nrlzytext{
	font-size: 16px;
	color: #484848;
	padding: 50px 10% 120px 10%;
	line-height: 32px;
	text-align: left;
	background: url(../../images/bg_join.jpg) #f7f7f7 center bottom no-repeat;
}
.nrlzypic .nrlzytext .iconfont{
	font-size: 60px;
	line-height: normal;
	margin: 0 0 10px 0;
	color: #215842;
}



.nwzyxb li{
	display: block;
	float: left;
	width: 18.5%;
	margin: 0 1.875% 1.875% 0;
}
.nwzyxb li:nth-child(5n){
	margin: 0 0 1.875% 0;
}
.nwzyxb li .pic{
	border: 1px solid #eee;
}
.nwzyxb li p{
	color: #282828;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}



.nkywyh{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nkywyh .text{
	width: 45%;
	margin: 0 5% 0 0;
	font-size: 20px;
	line-height: 36px;
	color: #282828;
}
.nkywyh .pic{
	width: 50%;
}





.nfzzl li{
	display: block;
}
.nfzzl li .pic{
	width: 50%;
	height: 360px;
}
.nfzzl li .nfzzltext{
	width: 45%;
	height: 360px;
	display: table;
	position: relative;
}
.nfzzl li .nfzzltext .text{
	display: table-cell;
	vertical-align: middle;
	line-height: 36px;
	position: relative;
	font-size: 20px;
	color: #484848;
	z-index: 2;
}
.nfzzl li .nfzzltext .text h2{
	font-weight: normal;
	font-size: 30px;
	margin: 0 0 30px 0;
	color: #000;
}
.nfzzl li .nfzzltext .text span{
	color: #215842;
	font-weight: bold;
}
.nfzzl li:last-child .nfzzltext .text h2{
	font-size: 30px;
	font-weight: bold;
	color: #215842;
}




.ncpzllist li{
	display: block;
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
	text-align: center;
	padding: 30px 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.ncpzllist li:last-child{
	margin: 0;
}
.ncpzllist li .iconfont{
	font-size: 60px;
	color: #215842;
}
.ncpzllist li .text{
	font-size: 18px;
	line-height: 32px;
	color: #484848;
	margin: 23px 0 24px 0;
}
.ncpzllist li:last-child .text{
	margin: 15px 0 0 0;
}




.ncpzltable{
	padding: 4%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}
.ncpzltable table{
	width: 100%;
}
.ncpzltable table td{
	background: #f7f7f7;
	font-size: 18px;
	padding: 15px 5%;
	line-height: 36px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
.ncpzltable table td.bg1{
	background: #215842;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}
.ncpzltable table td.bg2{
	background: #00773c;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}
.ncpzltable table td.bg3{
	background: #eeeeee;
	text-align: center;
	padding: 15px 0;
}







.njszl li{
	display: block;
}
.njszl li .pic{
	width: 50%;
/*	height: 460px;*/
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.njszl li .pic img{}
.njszl li .njszltext{
	display: table;
	width: 43%;
}

.njszl li:nth-child(1) .pic,
.njszl li:nth-child(1) .njszltext{
	height: 360px;
}
.njszl li:nth-child(2) .pic,
.njszl li:nth-child(2) .njszltext{
	height: 550px;
}
.njszl li:nth-child(3) .pic,
.njszl li:nth-child(3) .njszltext{
	height: 540px;
}
.njszl li:nth-child(4) .pic,
.njszl li:nth-child(4) .njszltext{
	height: 400px;
}
.njszl li:nth-child(5) .pic,
.njszl li:nth-child(5) .njszltext{
	height: 360px;
}

.njszl li .njszltext .content{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.njszl li .njszltext .content h2{
	font-size: 30px;
}
.njszl li .njszltext .content .text{
	font-size: 18px;
	line-height: 36px;
	color: #484848;
	margin: 30px 0 0 0;
}
.njszl li .njszltext .content .more{
	width: 156px;
	line-height: 46px;
	text-align: center;
	display: block;
	border-radius: 23px;
	background-image: -webkit-linear-gradient(90deg,#225a96,#00803e);
	background-image: -moz-linear-gradient(90deg,#225a96,#00803e);
	background-image: -ms-linear-gradient(90deg,#225a96,#00803e);
	background-image: -o-linear-gradient(90deg,#225a96,#00803e);
	background-image: linear-gradient(90deg,#225a96,#00803e);
	color: #fff;
	font-size: 16px;
	margin: 30px 0 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.njszl li .njszltext .content .more:hover{
	width: 170px;
}







.nrczl li{
	display: block;
}
.nrczl li .pic{
	width: 50%;
	height: 360px;
}
.nrczl li .rczltext{
	width: 50%;
	height: 360px;
	display: table;
	position: relative;
}
.nrczl li .rczltext .text{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	color: #215842;
}
.nrczl li .rczltext .num{
	font-size: 200px;
	position: absolute;
	line-height: 156px;
	padding: 0 0 26px 0;
	font-family: "bebas";
	left: 50%;
	top: 50%;
	margin-top: -91px;
	margin-left: -104px;
	z-index: 1;
	color: #f5f5f5;
}


.ngjzl h2{
	text-align: center;
	font-size: 30px;
}
.ngjzl h2 span{
	color: #215842;
}

.ngjzltable{
	width: 62%;
}
.ngjzltable table{
	width: 100%;
}
.ngjzltable table td{
	background: #f7f7f7;
	font-size: 18px;
	padding: 10px 5%;
	line-height: 36px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
.ngjzltable table td.bg1{
	background: #215842;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
.ngjzltable table td.bg2{
	background: #00773c;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
.ngjzltable table td.bg3{
	background: #eeeeee;
	text-align: center;
	padding: 10px 0;
}
.ngjzlright{
	width: 36%;
}

.ngjzlright .ngjzlrighttext{
	padding: 40px 10% 69px 10%;
	line-height: 32px;
	text-align: left;
	background: url(../../images/bg_gjzl.jpg) #f7f7f7 center bottom no-repeat;
	background-size: cover;
	font-size: 20px;
	color: #215842;
}
.ngjzlright .ngjzlrighttext p{
	padding: 0 0 0 15px;
	margin: 30px 0 0 0;
	position: relative;
}
.ngjzlright .ngjzlrighttext p:before{
	width: 5px;
	height: 5px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	border-radius: 50%;
	background: #215842;
}




.scyxbg{
	background: #f4f4f4;
}
.scyxbg>.container{
	background: #fff;
}
.scyx{
	padding: 3% 5% 5%;
}



.ncate_2{
	border-bottom: 1px solid #dcdcdc;
}
.ncate_2 li{
	display: block;
	float: left;
	line-height: 56px;
	text-align: center;
}
.ncate_2 li a{
	display: table;
	margin: 0 auto;
	font-size: 18px;
	color: #282828;
	position: relative;
}
.ncate_2 li a:after{
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	opacity: 0;
	background-image: -webkit-linear-gradient(90deg,#0566a2,#007640);
	background-image: -moz-linear-gradient(90deg,#0566a2,#007640);
	background-image: -ms-linear-gradient(90deg,#0566a2,#007640);
	background-image: -o-linear-gradient(90deg,#0566a2,#007640);
	background-image: linear-gradient(90deg,#0566a2,#007640);
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ncate_2 li.this a:after,
.ncate_2 li:hover a:after{
	opacity: 1;
}


.ncate_2_six li{
	width: 16.666%;
}
.ncate_2_five li{
	width: 20%;
}
.ncate_2_four li{
	width: 25%;
}
.ncate_2_three li{
	width: 33.333%;
}
.ncate_2_two li{
	width: 50%;
}
.ncate_2_one li{
	width: 100%;
}



.scyxtitle{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.scyxtitle.djkscfbtitle{
	font-size: 26px;
}
.scyxcontainer .scyxtext{
	text-indent: 2em;
	font-size: 18px;
	line-height: 36px;
	color: #484848;
}

.djkicon li{
	display: block;
	float: left;
	width: 23%;
	margin: 0 2.666% 0 0;
}
.djkicon li:last-child{
	margin: 0;
}
.djkicon li .pic{
	position: relative;
	overflow: visible;
}
.djkicon li .pic .iconfont{
	position: absolute;
	width: 64px;
	line-height: 64px;
	z-index: 1;
	left: 50%;
	bottom: -32px;
	margin-left: -32px;
	text-align: center;
	border-radius: 50%;
	font-size: 32px;
	color: #fff;
	background-image: -webkit-linear-gradient(90deg,#0566a2,#007640);
	background-image: -moz-linear-gradient(90deg,#0566a2,#007640);
	background-image: -ms-linear-gradient(90deg,#0566a2,#007640);
	background-image: -o-linear-gradient(90deg,#0566a2,#007640);
	background-image: linear-gradient(90deg,#0566a2,#007640);
}
.djkicon li .text{
	background: #f4f4f4;
	padding: 56px 0 30px 0;
	text-align: center;
}
.djkicon li .text strong{
	font-size: 24px;
	color: #282828;
	display: block;
	margin: 0 0 5px 0;
}
.djkicon li .text p{
	font-size: 18px;
	color: #474747;
	line-height: 30px;
	height: 60px;
}


.djkzzjg{
	text-align: center;
}
.djkzzjg img{
	margin: 0 auto;
	max-width: 100%;
}


.gltd li{
	width: 48.5%;
	float: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 3% 3% 0;
	background: #f4f4f4;
}
.gltd li:nth-child(2n){
	margin: 0 0 3% 0;
}
.gltd li .pic{
	width: 47%;
}
.gltd li .text{
	width: 53%;
	text-align: left;
	padding: 5%;
	box-sizing: border-box;
}
.gltd li .text strong{
	display: block;
	font-size: 30px;
	line-height: 30px;
}
.gltd li .text span{
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #484848;
	margin: 15px 0 0 0;
}
.gltd li .text p{
	font-size: 14px;
	line-height: 26px;
	margin: 30px 0 0 0;
}



.xstd li{
	display: block;
	width: 48.5%;
	float: left;
	margin: 0 3% 2% 0;
}
.xstd li:nth-child(2n){
	margin: 0 0 2% 0;
}
.xstd li p{
	font-size: 18px;
	color: #282828;
	line-height: 60px;
	text-align: center;
}



.scfb{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scfb .text{
	width: 45%;
	font-size: 20px;
	line-height: 36px;
	color: #484848;
	margin: 0 5% 0 0;
}
.scfb .text span{
	font-weight: bold;
	color: #215842;
}
.scfb .pic{
	width: 50%;
}
.scfb:nth-child(3) .pic,
.scfb:nth-child(5) .pic{
	order: 1;
}
.scfb:nth-child(3) .text,
.scfb:nth-child(5) .text{
	order: 2;
	margin: 0 0 0 5%;
}



.zaoshaiul li{
	display: block;
	width: 48.5%;
	float: left;
	margin: 0 3% 2% 0;
	cursor: pointer;
}
.zaoshaiul li:nth-child(2n){
	margin: 0 0 2% 0;
}
.zaoshaiul li>p{
	font-size: 18px;
	color: #282828;
	line-height: 60px;
	text-align: center;
}
.zaoshaiul li .pic{
	position: relative;
}
.zaoshaiul li .pic .iconfont{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	font-size: 18px;
	width: 40px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	line-height: 40px;
}
.zaoshaiul li .video{
	display: none;
}


.schd li{
	background: #f4f4f4;
	border: none;
	margin: 0 0 50px 0;
}
.schd li:hover{
	box-shadow: none;
}
.schd li .text strong{
	margin: 20px 0 10px 0;
}
.schd li .text p{
	line-height: 26px;
}
.schd li .text .more{
	width: 130px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 40px 0 0 0;
	border-radius: 20px;
	background-image: -webkit-linear-gradient(90deg,#0566a2,#007640);
	background-image: -moz-linear-gradient(90deg,#0566a2,#007640);
	background-image: -ms-linear-gradient(90deg,#0566a2,#007640);
	background-image: -o-linear-gradient(90deg,#0566a2,#007640);
	background-image: linear-gradient(90deg,#0566a2,#007640);
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.schd li .text .more:hover{
	width: 145px;
}




.djkproblem li{
	padding: 17px 3%;
	display: block;
	border: 1px solid #e5e5e5;
	margin: 0 0 20px 0;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.djkproblem li.this{
	padding: 30px 3% 110px 3%;
	border: 1px solid #0367a4;
}
.djkproblem li .titleline{
	font-size: 30px;
	color: #282828;
	font-weight: bold;
	line-height: 60px;
}
.djkproblem li .iconfont{
	float: right;
	line-height: 60px;
	width: 60px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	background: #dcdcdc;
	position: absolute;
	bottom: 18px;
	right: 3%;
	-webkit-transform: 	rotate(90deg); 
	-moz-transform: 	rotate(90deg); 
	-ms-transform: 		rotate(90deg); 
	-o-transform: 		rotate(90deg); 
	transform: 			rotate(90deg); 
	border-radius: 50%;
	font-weight: normal;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.djkproblem li.this .iconfont{
	color: #fff;
	-webkit-transform: 	rotate(270deg); 
	-moz-transform: 	rotate(270deg); 
	-ms-transform: 		rotate(270deg); 
	-o-transform: 		rotate(270deg); 
	transform: 			rotate(270deg); 
	background-image: -webkit-linear-gradient(180deg,#0566a2,#007640);
	background-image: -moz-linear-gradient(180deg,#0566a2,#007640);
	background-image: -ms-linear-gradient(180deg,#0566a2,#007640);
	background-image: -o-linear-gradient(180deg,#0566a2,#007640);
	background-image: linear-gradient(180deg,#0566a2,#007640);
}



.problemarea{
	display: none;
}
.problemtext .probtitle{
	font-size: 18px;
	color: #282828;
	line-height: 40px;
}
.problemtext .probtitle .num{
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 50%;
	margin: 0 15px 0 0;
	background-image: -webkit-linear-gradient(90deg,#0566a2,#007640);
	background-image: -moz-linear-gradient(90deg,#0566a2,#007640);
	background-image: -ms-linear-gradient(90deg,#0566a2,#007640);
	background-image: -o-linear-gradient(90deg,#0566a2,#007640);
	background-image: linear-gradient(90deg,#0566a2,#007640);
}
.problemtext .probtext{
	border-radius: 28px;
	background: #eeeeee;
	font-size: 16px;
	line-height: 30px;
	color: #282828;
	padding: 15px 55px;
	margin: 10px 0 0 0;
	position: relative;
}
.problemtext .probtext:before{
	left: 86px;
	top: -7px;
	width: 0;
	height: 0;
	content: '';
	display: block;
	position: absolute;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #eeeeee;
}



.contact_fwzc{
	background: #f7f7f7;
}
.contact_fwzc .fwzctext{
	height: 400px;
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zscp{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zscp .fwzctext{
	height: auto;
}
.contact_fwzc .fwzctext .text{
	display: table;
	line-height: 36px;
	padding: 0 30px;
}
.contact_fwzc .fwzctext .text .pic{
	display: table;
	margin: 25px auto 10px auto;
}
.contact_fwzc .fwzctext .text span{
	display: block;
	text-align: center;
	font-size: 18px;
}
.contact_fwzc .fwzctext .text strong{
	font-size: 24px;
}
.contact_fwzc .fwzcpic{
	height: 400px;
	width: 50%;
}
.zscp .fwzctext{
	width: 30%;
}
.zscp .fwzcpic{
	padding: 3%;
	width: 70%;
	box-sizing: border-box;
}
.zscp .fwzcpic,
.zscp .fwzctext{
	height: auto;
}

.ynxhd li{
	display: block;
	position: relative;
	float: left;
	width: 48.5%;
	margin: 0 3% 3% 0;
}
.ynxhd li:nth-child(2n){
	margin: 0 0 3% 0;
}
.ynxhd li p{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 24px;
	padding: 24px 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background-image: -webkit-linear-gradient(0,rgba(0,0,0,.6),rgba(0,0,0,0));
	background-image: -moz-linear-gradient(0,rgba(0,0,0,.6),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(0,rgba(0,0,0,.6),rgba(0,0,0,0));
	background-image: -o-linear-gradient(0,rgba(0,0,0,.6),rgba(0,0,0,0));
	background-image: linear-gradient(0,rgba(0,0,0,.6),rgba(0,0,0,0));
}





.zngs li{
	display: block;
	float: left;
	width: 31%;
	margin: 0 3.5% 3.5% 0;
	background: #f4f4f4;
}
.zngs li:nth-child(3n){
	margin: 0 0 3.5% 0;
}
.zngs li p{
	display: table;
	padding: 0 10%;
	text-align: center;
	height: 60px;
	width: 80%;
}
.zngs li p span{
	display: table-cell;
	font-size: 18px;
	color: #282828;
	line-height: 30px;
	vertical-align: middle;
}
.zngs li .more{
	margin: 20px auto 30px auto;
	width: 160px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 23px;
	background-image: -webkit-linear-gradient(90deg,#0566a2,#007640);
	background-image: -moz-linear-gradient(90deg,#0566a2,#007640);
	background-image: -ms-linear-gradient(90deg,#0566a2,#007640);
	background-image: -o-linear-gradient(90deg,#0566a2,#007640);
	background-image: linear-gradient(90deg,#0566a2,#007640);
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.zngs li:hover .more{
	width: 175px;
}





.xsdt li .text p{
	font-size: 16px;
	line-height: 30px;
	-webkit-line-clamp: 2;
}



.hjjj .text,
.scbjs{
	font-size: 18px;
	line-height: 36px;
	color: #484848;
}


.hjpic li{
	width: 48.5%;
	margin: 0 3% 0 0;
	display: block;
	float: left;
}
.hjpic li:nth-child(2n){
	margin: 0;
}
.hjpic li .pic{
	position: relative;
	overflow: visible;
}
.hjpic li .iconfont{
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -40px;
	background-image: -webkit-linear-gradient(90deg,#0566a2,#007640);
	background-image: -moz-linear-gradient(90deg,#0566a2,#007640);
	background-image: -ms-linear-gradient(90deg,#0566a2,#007640);
	background-image: -o-linear-gradient(90deg,#0566a2,#007640);
	background-image: linear-gradient(90deg,#0566a2,#007640);
	color: #fff;
	font-size: 48px;
	width: 80px;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
}


.hjpic li .text{
	padding: 80px 0 60px 0;
	background: #f4f4f4;
	text-align: center;
}
.hjpic li .text strong{
	color: #282828;
	font-size: 24px;
}
.hjpic li .text p{
	color: #484848;
	font-size: 18px;
	margin: 10px 0 0 0;
}



.ahwzyxtd,
.ahwzzzjg,
.hjzzjg{
	text-align: center;
}
.ahwzyxtd img,
.ahwzzzjg img,
.hjzzjg img{
	max-width: 100%;
}




.ahwzyxpic li{
	width: 48.5%;
	margin: 0 3% 0 0;
	display: block;
	float: left;
	border: 3px solid #eeeeee;
	box-sizing: border-box;
	padding: 5% 5% 0;
}
.ahwzyxpic li:nth-child(2n){
	margin: 0;
}
.ahwzyxpic li .text strong{
	display: block;
	text-align: center;
	font-size: 20px;
	margin: 0 0 15px 0;
}
.ahwzyxpic li .text p{
	display: block;
	line-height: 36px;
	font-size: 18px;
	color: #484848;
}



.wzxmjj{
	font-size: 18px;
	line-height: 36px;
	color: #484848;
	text-indent: 2em;
}
.wzxmxycp{
	padding: 4%;
	border: 3px solid #eeeeee;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wzxmxycp .text{
	width: 45%;
	font-size: 18px;
	line-height: 36px;
	color: #484848;
}
.wzxmxycp .pic{
	width: 50%;
}





.blxxm li{
	width: 31.5%;
	margin: 0 2.75% 2.75% 0;
	display: block;
	float: left;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.blxxm li:nth-child(3n){
	margin: 0 0 2.75% 0;
}
.blxxm li .text{
	padding: 7% 8%;
}
.blxxm li .text strong{
	font-size: 20px;
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
}
.blxxm li .text p{
	font-size: 16px;
	line-height: 28px;
	min-height: 84px;
	max-height: 84px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.blxxm li .more{
	width: 156px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 20px auto 0 auto;
	border-radius: 23px;
	background-image: -webkit-linear-gradient(90deg,#0566a2,#007640);
	background-image: -moz-linear-gradient(90deg,#0566a2,#007640);
	background-image: -ms-linear-gradient(90deg,#0566a2,#007640);
	background-image: -o-linear-gradient(90deg,#0566a2,#007640);
	background-image: linear-gradient(90deg,#0566a2,#007640);
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.blxxm li:hover .more{
	width: 170px;
}




.proshow{
	background: #f3f7f4;
}
.proshow{
	padding: 20px 0;
}
.proshow .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.proshow .pic{
	width: 50%;
	background: url(../../images/nprobg.png) center no-repeat;
	background-size: contain;
}
.proshow .proshowtext{
	width: 47%;
	margin: 0 0 0 3%;
}
.proshow .proshowtext .protitle{
	font-size: 22px;
	color: #282828;
	line-height: 52px;
	font-weight: bold;
	border-bottom: 1px solid #cdd8d5;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
}
.proshow .proshowtext .protitle img{
	display: inline-block;
	vertical-align: text-bottom;
	margin: 0 10px 0 0;
}
.proshow .proshowtext .protitle span{
	color: #dd1a33;
}
.proshow .proshowtext .protitle span sup{
	line-height: 12px;
	font-size: 14px;
}
.proshow .proshowtext .text{
	font-size: 16px;
	line-height: 32px;
	color: #282828;
}
.proshow .proshowtext .button{
	width: 200px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	border-radius: 26px;
	margin: 30px 0 0 0;
	background-image: -webkit-linear-gradient(90deg,#0566a2,#007640);
	background-image: -moz-linear-gradient(90deg,#0566a2,#007640);
	background-image: -ms-linear-gradient(90deg,#0566a2,#007640);
	background-image: -o-linear-gradient(90deg,#0566a2,#007640);
	background-image: linear-gradient(90deg,#0566a2,#007640);
}
.proshow .proshowtext .button .iconfont{
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.proshow .proshowtext .share{
	margin: 30px 0 0 0;
	font-size: 16px;
	color: #484848;
}

.jcyl ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: none;
}
.jcyl li{
	display: block;
	margin: 0 10px;
}
.jcyl li:last-child{
	display: none;
}
.jcyl li p{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #484848;
	margin: 10px 0 0 0;
}
.jcyl .jcyltext{
	font-size: 18px;
}
.jcyl .jcyltext strong{
	color: #dd1a33;
}
.jcyl .jcyltext img{
	margin: -3px 0 0 10px;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}


.zjgsarea .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zjgsarea .pic{
	width: 50%;
}


.zjgs{
	color: #fff;
	width: 42%;
}
.zjgs .zjgstitle{
	font-size: 30px;
}
.zjgs .zjgstext{
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	margin: 40px 0 0 0;
}


.zjgsarea{
	background-image: -webkit-linear-gradient(90deg,#0566a2,#007640);
	background-image: -moz-linear-gradient(90deg,#0566a2,#007640);
	background-image: -ms-linear-gradient(90deg,#0566a2,#007640);
	background-image: -o-linear-gradient(90deg,#0566a2,#007640);
	background-image: linear-gradient(90deg,#0566a2,#007640);
}

.zzarea .pic{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.zzarea .pic:nth-child(1){
	margin-top: 30px !important;
}




.cptd{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.cptd li{
	display: block;
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
}
.cptd li:last-child{
	margin: 0;
}
.cptd li .pic{
	position: relative;
	overflow: visible;
}
.cptd li .icon{
	width: 110px;
	height: 110px;
	position: absolute;
	bottom: -55px;
	left: 50%;
	margin-left: -55px;
}
.cptd li .icon p{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.cptd li .text{
	padding: 55px 30px 30px;
}
.cptd li .text strong{
	font-size: 20px;
	display: block;
	line-height: 26px;
	margin: 15px 0;
	text-align: center;
	color: #000;
}
.cptd li .text p{
	font-size: 15px;
	line-height: 26px;
	color: #666666;
}



.lcjg .introtitle{
	text-align: center;
}
.lcjg li{
	display: block;
	float: left;
	width: 31%;
	margin: 0 3.5% 3.5% 0;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0;
}
.lcjg li div{
	border: 2px solid #f1f1f1;
	font-size: 16px;
}
.lcjg li:nth-child(3n){
	margin: 0 0 3.5% 0;
}
.lcjg li img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.picnum_2 li,
.picnum_2 li:nth-child(2n){
	width: 49%;
	margin: 0 2% 0 0;
}
.picnum_2 li:last-child{
	margin: 0 0 0;
}
.picnum_3 li,
.picnum_3 li:nth-child(3n){
	width: 32%;
	margin: 0 2% 0 0;
}
.picnum_3 li:last-child{
	margin: 0 0 0;
}


.picnum_4 li,
.picnum_4 li:nth-child(3n){
	width: 22.75%;
	margin: 0 3% 0 0;
}
.picnum_4 li:last-child{
	margin: 0 0 0;
}

.picnum_5 li,
.picnum_5 li:nth-child(3n){
	width: 18.4%;
	margin: 0 2% 0 0;
}
.picnum_5 li:last-child{
	margin: 0 0 0;
}


.cjwt li{
	display: block;
	margin: 0 0 25px 0;
}
.cjwt li .ques{
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #282828;
	margin: 0 0 15px 0;
}
.cjwt li .ques .icon1{
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	float: left;
	margin: 0 20px 0 0;
	background-image: -webkit-linear-gradient(90deg,#0566a2,#007640);
	background-image: -moz-linear-gradient(90deg,#0566a2,#007640);
	background-image: -ms-linear-gradient(90deg,#0566a2,#007640);
	background-image: -o-linear-gradient(90deg,#0566a2,#007640);
	background-image: linear-gradient(90deg,#0566a2,#007640);
}
.cjwt li .answ{
	padding: 20px 60px;
	background: #eeeeee;
	border-radius: 30px;
	position: relative;
	font-size: 16px;
	line-height: 32px;
	color: #282828;
}
.cjwt li .answ .icon2{
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	border-radius: 50%;
	float: left;
	position: absolute;
	left: 0;
	top: 8px;
}


.syrq li{
	display: block;
	float: left;
	width: 15%;
	margin: 0 2% 0 0;
	text-align: center;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	padding: 30px 20px;
	box-sizing: border-box;
}
.syrq li:last-child{
	margin: 0;
}
.syrq li p{
	font-size: 16px;
	line-height: 28px;
	color: #484848;
	margin: 20px 0 0 0;
}


.syrqpicnum_3 li{
	width: 32%;
	margin: 0 2% 0 0;
}
.syrqpicnum_4 li{
	width: 22.75%;
	margin: 0 3% 0 0;
}

.syrqpicnum_5 li{
	width: 18.4%;
	margin: 0 2% 0 0;
}
.syrqpicnum_6 li{
	width: 32%;
	margin: 0 2% 2% 0;
}
.syrqpicnum_6 li:nth-child(3n){
	width: 32%;
	margin: 0 0 2% 0;
}






.xctitle{
	font-size: 30px;
	font-weight: bold;
}


.rcxc{}
.rcxc li{
	display: block;
	float: left;
	width: 31.333%;
	margin: 0 3% 0 0;
}
.rcxc li:last-child{
	margin: 0;
}
.rcxc li .text{
	background: #f4f4f4;
	color: #282828;
	font-size: 18px;
	line-height: 36px;
	padding: 34px 50px;
	position: relative;
	overflow: hidden;
}
.rcxc li .text span{
	position: absolute;
	display: block;
	font-size: 140px;
	color: #008340;
	opacity: .1;
	font-family: "Arial";
	font-weight: bold;
	line-height: 100px;
	right: 20px;
	bottom: -40px;
}

.ryjs{
	background: #f4f4f4;
}
.ryjs .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ryjs .text{
	margin: 0 50px 0 0;
	width: 38%;
	font-size: 18px;
	color: #282828;
	line-height: 36px;
}



.zpcate li{
	display: block;
	float: left;
	width: 13%;
	margin: 0 1.125% 0 0;
	position: relative;
}
.zpcate li:last-child{
	margin: 0;
}
.zpcate li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}
.zpcate li .iconfont{
	position: absolute;
	right: 20px;
	font-size: 14px;
	text-align: right;
}




.sczl{
	padding: 2% 5%;
	box-sizing: border-box;
	background: #324274;
	color: #fff;
	font-weight: bold;
}
.sczltitle{
	width: 45%;
	line-height: 210px;
	font-size: 40px;
	text-align: center;
}
.sczltitle .iconfont{
	font-size: 40px;
	font-weight: normal;
	margin: 0 5px 0 0;
}
.sczllist{
	width: 55%;
}
.sczllist li{
	display: block;
	line-height: 70px;
	font-size: 26px;
}
.sczllist li .iconfont{
	font-weight: normal;
	margin: 0 10px 0 0;
}



.contact_syb{
	width: 40%;
	background: #fff;
	text-align: left;
}


.contact_syb li{
	display: block;
	font-size: 16px;
	line-height: 36px;
}
.contact_syb li .iconfont{
	float: left;
	margin: 0 15px 0 0;
	font-size: 20px;
	color: #215842;
}

.newm{
	max-width: 126px;
}
.newm p{
	color: #484848;
	margin: 5px 0 0 0;
	text-align: center;
}



.message_syb{
	width: 50%;
}
.message_syb h3{
	font-size: 26px;
	margin: 0 0 20px 0;
}
.message_syb li{
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	width: 49%;
	float: left;
}
.message_syb li:nth-child(2n){
	margin: 0 0 20px 2%;
}
.message_syb li input{
	width: 100%;
	padding: 0 5%;
	height: 46px;
	background: #f2f6f9;
	box-sizing: border-box;
	font-size: 16px;
	border: 2px solid #f2f6f9;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.message_syb li span{
	position: absolute;
	line-height: 46px;
	display: block;
	color: #e50000;
	font-size: 16px;
	right: 15px;
	top: 0;
}
.message_syb li textarea{
	width: 100%;
	padding: 20px 5%;
	height: 142px;
	background: #f2f6f9;
	box-sizing: border-box;
	font-size: 16px;
	border: 2px solid #f2f6f9;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.message_syb li img{
	position: absolute;
	right: 2px;
	top: 2px;
	width: 82px;
	height: 35px;
	background: #fff;
	padding: 3.5px 0;
	cursor: pointer;
}
.message_syb li a{
	font-size: 14px;
	color: #888;
	font-style: italic;
	position: absolute;
	right: 25%;
	line-height: 46px;
	display: block;
	top: 0;
}
.message_syb li input:hover,
.message_syb li textarea:hover{
	border: 2px solid rgba(33,88,66,.3);
}


.message_syb li input::-webkit-input-placeholder{		color: #666; font-size: 16px;}
.message_syb li input::-moz-input-placeholder{			color: #666; font-size: 16px;}
.message_syb li input::-ms-input-placeholder{			color: #666; font-size: 16px;}
.message_syb li input::-o-input-placeholder{			color: #666; font-size: 16px;}
.message_syb li textarea::-webkit-input-placeholder{	color: #666; font-size: 16px;}
.message_syb li textarea::-moz-input-placeholder{		color: #666; font-size: 16px;}
.message_syb li textarea::-ms-input-placeholder{		color: #666; font-size: 16px;}
.message_syb li textarea::-o-input-placeholder{			color: #666; font-size: 16px;}



.message_syb li .subbutton,
.message_syb li .resbutton{
	width: 100%;
	height: 46px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border: none;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.message_syb li .subbutton:hover,
.message_syb li .resbutton:hover{
	border: none;
}
.message_syb li .subbutton{
	float: right;
	background: #215842;
}
.message_syb li .resbutton{
	background: #959595;
}



















.techslide .swiper-slide:hover .pic img,
/*.proslide .swiper-slide:hover .pic img,*/
.about li:hover .pic img,
.nproul li:hover .pic img,
.nnews li:hover .pic img,
.nprocate li:hover .pic img,
.nenv li:hover .pic img,
.ncertificate li:hover .pic img,
.nhonor li:hover .pic img,
.newsarea li:hover .pic img{
	-webkit-transform: 	scale(1.1);
	-moz-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}








@media screen and (max-width: 1834px) {
	.yxtjul li p{
		font-size: 16px;
	}
}




@media screen and (max-width: 1760px) {
	.fmenu ul{
		margin: 0 30px 0 0;
	}
}


@media screen and (max-width: 1680px) {
	.techslide .swiper-slide .text .protext{
		margin: 18% auto 0 auto;
	}
	.techslide .swiper-slide .text .protext .num{
		line-height: 90px;
		font-size: 120px;
	}
	.techslide .swiper-slide .text .protext .protitle{
		font-size: 34px;
		line-height: 34px;
	}
	.techslide .swiper-slide .text .protext .prointro{
		font-size: 18px;
		line-height: 34px;
	}
	.techslide .swiper-slide .text .protext .more{
		width: 160px;
		line-height: 46px;
		font-size: 18px;
	}
	.proslidearea .swiper-slide .proslidetext{
		top: -4%;
	}
	.proslidearea .swiper-slide .proslidetext span{
		font-size: 20px;
	}
	.proslidearea .swiper-slide .proslidetext .text{
		font-size: 14px;
		line-height: 24px;
		margin: 20px 0;
	}
	.proslidearea .swiper-slide .proslidetext .more{
		width: 160px;
		line-height: 40px;
		font-size: 16px;
	}
	.fcontact{
		margin: 0 0 0 5%;
		width: 30%;
	}
	.fcontact li,
	.fcontact li a{
		font-size: 14px;
	}
}

@media screen and (max-width: 1630px) {
	.yxtjul li p{
		font-size: 16px;
		min-height: 136px;
	}
}
@media screen and (max-width: 1600px) {
	.stitle h2{
		font-size: 50px;
		line-height: 50px;
	}
	.abouttext .text h3{
		font-size: 26px;
		line-height: 26px;
	}
}





@media screen and (max-width: 1560px) {
	.menu{
		width: 70%;
	}
	.menu li a{
		font-size: 18px;
	}
	.scfb .text{
		font-size: 18px;
	}
}



@media screen and (max-width: 1530px) {
	.fewm{
		width: 20%;
	}
	.fewm>.left{
		width: 45%;
		margin: 0 0 0 5%;
	}
	.fewm p{
		font-size: 12px;
	}
	.about2 .text li .iconfont{
		font-size: 50px;
	}
	.about2 .text li strong{
		font-size: 24px;
		line-height: 24px;
	}
	.about2 .text li p{
		font-size: 16px;
		line-height: 16px;
		margin: 10px 0 0 0;
	}
	.aboutbg2 .video,
	.about2{
		height: 340px;
	}
	.abouttext{
		width: 78%;
		padding: 0 10% 0 12%;
	}
	.abouttext .text h3{
		font-size: 22px;
		line-height: 22px;
	}
	.aboutbg .about,
	.aboutbg .pic{
		height: 400px;
	}
	.aboutbg .pic .more{
		width: 156px;
		line-height: 46px;
		font-size: 16px;
	}
	
}

.videoarea{
	width: 50%;
	position: fixed;
	left: 25%;
	top: 20%;
	z-index: 999999;
	display: none;
}
.videoarea video{
	width: 100%;
	height: auto !important;
	max-height: 600px !important;
}
.videoarea .iconfont{
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
	font-size: 20px;
	width: 40px;
	line-height: 40px;
	background: rgba(255,255,255,.5);
	text-align: center;
	z-index: 999;
	cursor: pointer;
}
.shadow{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	opacity: .6;
	z-index: 9999;
	display: none;
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1440px) {
	.container{
		width: 86%;
	}
	.menu li a{
		font-size: 18px;
	}
	.menu li ul li a{
		font-size: 12px;
	}
	.lan a{
		font-size: 16px;
	}
	.djkicon li .text strong{
		margin: 0 0 15px 0;
	}
	.djkicon li .text p{
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	.stitle h3{
		font-size: 40px;
		line-height: 30px;
	}
	.stitle h2{
		font-size: 44px;
		line-height: 44px;
	}
	.stitle p{
		font-size: 18px;
		line-height: 18px;
	}
	.stitle img{
		width: 50px;
	}
	.proslidearea .swiper-slide .proslidetext{
		top: -7%;
	}
	.proslidearea .swiper-slide .proslidetext .more{
		width: 140px;
	}
	.nnews li .text strong{
		margin: 30px 0 20px 0;
	}
	.jscxul li .text p{
		font-size: 16px;
	}
	.jscxul li .text a{
		width: 134px;
		line-height: 40px;
	}
	.proshow .proshowtext .protitle{
		font-size: 24px;
	}
	.proshow .proshowtext .text{
		font-size: 14px;
	}
	.nculture li .text .intro .textintro p span{
		font-size: 12px;
	}
}
@media screen and (max-width: 1366px) {
	.fcontact{
		width: 26%;
		margin: 0 0 0 3%;
	}
	.fmenu ul{
		margin: 0 15px 0 0;
	}
	.ngjzltable table td{
		font-size: 16px;
		padding: 10px 3%;
	}
	.ngjzlright .ngjzlrighttext{
		font-size: 16px;
	}
	.gltd li .text strong{
		margin: 0 0 15px 0;
		font-size: 22px;
		line-height: 22px;
	}
	.gltd li .text{
		padding: 3% 4%;
	}
	.gltd li .text span{
		font-size: 16px;
		margin: 5px 0 0 0;
	}
	.gltd li .text p{
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 1300px) {
	.scfb .text{
		width: 55%;
		margin: 0 2% 0 0 !important;
	}
	.scfb .pic{
		width: 43%;
	}
}
@media screen and (max-width: 1280px) {
	.logo{
		width: 240px;
		height: 49px;
  		padding: 25px 0;
	}
	.menu li a{
		font-size: 16px;
	}
	.menu li ul li a{
		font-size: 12px;
	}
	.newsright li strong{
		font-size: 17px;
	}
	.newsarea li .text strong{
		font-size: 17px;
		line-height: 28px;
	}
	.mt100{
		margin-top: 80px !important;
	}
	.p100{
		padding: 80px 0;
	}
	.about li .text strong{
		font-size: 22px;
		line-height: 22px;
	}
	.about li .text p{
		font-size: 16px;
	}
	.container{
		width: 90%;
	}
	.techslide .swiper-slide .text .protext .prointro{
		-webkit-line-clamp: 4;
	}
}
@media screen and (max-width: 1200px) {
	.fmenu{
		display: none;
	}
	.fcontact{
		margin: 0;
		width: 70%;
	}
	.fewm{
		width: 120px;
	}
	.fewm p{
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	.yxtjul li p{
		font-size: 14px;
	}
	.yxtjul li strong{
		margin: 20px 0;
	}
}
@media screen and (max-width: 1100px) {
	.menu{
		width: 70%;
	}
	.menu li{
		width: 12.666%;
		margin: 0 2%;
	}
	.menu li a{
		font-size: 16px;
	}
	.lan a{
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.logo{
		width: 240px;
		height: 48px;
	}
	.menu li{
		line-height: 86px;
	}
	.lan{
		line-height: 86px;
	}
	.proslidearea .swiper-slide .proslidetext span{
		font-size: 16px;
	}
	.proslidearea .swiper-slide .proslidetext{
		top: -17%;
	}
	.proslidearea .swiper-slide .proslidetext .more{
		width: 110px;
		line-height: 30px;
		font-size: 14px;
	}
	
	.menu{
		display: none;
		position: fixed;
		right: 0;
		top: 73px;
		width: 34%;
		background: #fff;
		box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
		border-top: 1px solid #dcdcdc;
	}
	.menu li{
		width: 100%;
		margin: 0;
		line-height: 40px;
		border-bottom: 1px solid #dcdcdc;
		text-align: left;
	}
	.menu li ul li{
		line-height: 40px;
	}
	.menu li a{
		font-size: 14px;
		padding: 0 0 0 30px;
	}
	.menu li ul{
		position: relative;
		top: 0;
	}
	.menu li ul li a{
		font-size: 14px;
		padding: 0 0 0 40px;
	}
	.lan{
		width: 18%;
		margin-right: 14%;
		border-right: 1px solid #dcdcdc;
		padding: 0;
		text-align: center;
	}
	.menubut{
		display: block;
		color: #215842;
		font-size: 34px;
		position: absolute;
		right: 4%;
		top: 50%;
		margin-top: -17px;
	}
}
.pcv{
	display: block;
}
.wapv{
	display: none;
}
img.pcv{
	display: block;
	margin: 0 auto;
}
img.wapv{
	display: none;
}
@media screen and (max-width: 800px) {
	.pcv{
		display: none;
	}
	.wapv{
		display: block;
		margin: 0 auto;
	}
	img.pcv{
		display: none;
	}
	img.wapv{
		display: block;
	}
	.banner_pc{
		display: none;
	}
	.banner_wap{
		display: block;
	}
	.header{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
		background: #fff;
		box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	}
	.bannerbg,
	.bannerarea{
		margin: 73px 0 0 0;
	}
	.mt100{
		margin-top: 50px !important;
	}
	.p100{
		padding: 50px 0;
	}
	.stitle h3{
		font-size: 22px;
		line-height: 20px;
	}
	.stitle h2{
		font-size: 30px;
		line-height: 30px;
	}
	.stitle p{
		font-size: 14px;
		line-height: 14px;
		margin: 10px 0 0 0;
	}
	.techslide .swiper-slide .text .protext .num{
		font-size: 60px;
		line-height: 44px;
	}
	.techslide .swiper-slide .text .protext .protitle{
		font-size: 22px;
		line-height: 22px;
	}
	.techslide .swiper-slide .text .protext .prointro{
		font-size: 14px;
		line-height: 24px;
		margin: 15px 0;
	}
	.techslide .swiper-slide .text .protext .more{
		width: 120px;
		line-height: 34px;
		font-size: 15px;
	}
	.techslide .iconfont{
		font-size: 34px;
		margin-top: -17px;
	}
	.procate li{
		width: 220px;
		line-height: 48px;
	}
	.procate li a{
		font-size: 16px;
	}
	
	.procate{
		margin: 20px auto 0 auto;
	}
	.proslidearea{
		padding: 60px 0;
	}
	.proslidearea .swiper-slide .proslidetext .text{
		display: none;
	}
	.proslidearea .swiper-slide .proslidetext .more{
		width: 120px;
		line-height: 34px;
		font-size: 15px;
		margin: 40px 0 0 0;
	}
	.proslidearea .swiper-slide .proslidetext{
		top: 50%;
		margin-top: -65px;
		left: 5%;
		width: 130%;
		transform-origin: left;
	}
	
	.proslide .iconfont{
		font-size: 34px;
		margin-top: -17px;
	}
	
	.newsarea{
		width: 90%;
	}
	.newsarea li .pic{
		height: auto;
	}
	.newsarea li .text{
		padding: 20px;
	}
	
	.newsright{
		width: 100%;
		margin: 30px 0 0 0;
	}
	.newsright li{
		padding: 0;
		width: 48%;
		margin: 0 4% 0 0;
		float: left;
	}
	.newsright li a{
		padding: 20px;
		display: block;
	}
	.newsright li:last-child{
		margin: 0;
	}
	.about li .text{
		padding: 20px;
	}
	.about li .text p{
		font-size: 14px;
		line-height: 20px;
	}
	.about li .text strong{
		font-size: 18px;
		line-height: 18px;
	}
	.about li:nth-child(2) .text p{
		height: 40px;
	}
	.proslidearea .swiper-slide .proslidetext,
	.proslidearea .swiper-slide-active{
		transform: scale(1);
		width: 100%;
	}
	
	.proslidearea{
		padding: 30px 0 0 0;
	}
	
	
	.cptd li .text{
		padding: 55px 20px 20px;
	}
	.cptd li .text p{
		font-size: 12px;
		line-height: 22px;
	}
	
	.cptd li .text strong{
		font-size: 17px;
	}
	.lcjg li{
		padding: 0;
	}
	.lcjg li div{
		font-size: 12px;
	}
	.syrq li{
		padding: 30px 10px;
	}
	.syrq li p{
		font-size: 14px;
		line-height: 24px;
	}
	.zjgs{
		width: 50%;
	}
	.zjgs .zjgstext{
		font-size: 12px;
		line-height: 24px;
		margin: 20px 0 0 0;
	}
	
	.zjgs .zjgstitle{
		font-size: 22px;
	}
	
	.zjgsarea .pic{
		width: 45%;
		margin: 0 5% 0 0;
	}

	.flogo{
		width: 28%;
	}
	.ftel{
		font-size: 14px;
		line-height: 22px;
	}
	.ftel strong{
		font-size: 22px;
	}
	.fewm{
		width: 270px;
		float: none;
		margin: 0 auto;
	}

	.fewm>.left{
		margin: 0 5%;
	}

	.proshow .proshowtext .protitle{
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 20px 0;
	}
	.proshow .proshowtext .protitle img{
		width: 30px;
		margin: 0 10px 10px 0;
	}
	.proshow .proshowtext .text{
		line-height: 24px;
	}
	.ncate li a{
		font-size: 17px;
	}
	.ncate{
		line-height: 58px;
	}
	.proshow .proshowtext .button{
		width: 160px;
		line-height: 36px;
		margin: 20px 0 0 0;
		float: none;
		display: block;
	}
	.proshow .proshowtext .share{
		margin: 20px 0 0 0;
		float: none;
	}
	.proshow .proshowtext{
		margin: 20px 0 20px 3%;
	}
	.at-style-responsive .at-share-btn{
		padding: 0 !important;
	}
	.share .addthis_inline_share_toolbox{
		margin: 0;
	}
	.share p{
		line-height: 20px;
		font-size: 14px;
	}






















}
.scrolltable{
	display: none;
}
@media screen and (max-width: 768px) {
	.logo{
		width: 236px;
		padding: 19px 0;
	}
}
@media screen and (max-width: 640px) {
	.cr span{
		margin: 0 0 0 0;
	}
}
@media screen and (max-width: 460px) {
	.lan{
		width: 18%;
		margin-right: 14%;
		line-height: 73px;
	}
	.logo{
		padding: 17.5px 0;
		width: 190px;
		height: 38px;
	}
	.stitle h3{
		font-size: 16px;
		line-height: 15px;
	}
	.stitle h2{
		font-size: 20px;
		line-height: 20px;
	}
	.stitle p{
		line-height: 16px;
		font-size: 12px;
		margin: 5px 0 0 0;
		padding: 0 8%;
	}
	
	.techslide .swiper-slide{
		position: relative;
	}
	.techslide .swiper-slide .text{
		width: 100%;
		float: none;
		position: absolute;
		z-index: 1;
		left: 0;
		bottom: 20px;
		padding: 0;
	}
	
	.techslide .swiper-slide .pic{
		width: 100%;
		float: none;
	}
	.techslide .swiper-slide .text .protext{
		display: block;
		width: 60%;
		background: rgba(255,255,255,.5);
		text-align: center;
		padding: 10px 0;
	}
	.videoarea{
		width: 90%;
		left: 5%;
	}
	.zaoshaiul li>p{
		font-size: 14px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding: 0 10px;
	}
	.mt40{
		margin-top: 20px !important;
	}
	.techslide .swiper-slide .text .protext .num,
	.techslide .swiper-slide .text .protext .prointro{
		display: none;
	}

	.techslide .swiper-slide .text .protext .more{
		margin: 10px auto 0 auto;
		width: 66px;
		line-height: 22px;
		font-size: 12px;
		float: none;
	}
	.techslide .swiper-slide .text .protext .protitle{
		margin: 0;
		font-size: 18px;
		line-height: 18px;
	}
	.procate{
		display: block;
		margin: 20px 5% 0 5%;
	}
	.procate li{
		width: 40%;
		margin: 0 5% 5px 5%;
		line-height: 34px;
		box-sizing: border-box;
	}
	.procate li a{
		font-size: 14px;
	}
	
	.proslidearea{
		padding: 20px 0 0 0;
	}
	.proslide .iconfont{
		margin-top: -8px;
	}
	.proslidearea .swiper-slide .proslidetext span{
		font-size: 12px;
	}
	.proslidearea .swiper-slide .proslidetext{
		left: 8%;
		width: 92%;
		margin-top: -57px;
	}
	.newsarea li{
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.newsarea li .text strong{
		font-size: 14px;
		line-height: 22px;
		min-height: auto;
		margin: 20px 0 0 0;
	}
	.newsright li strong{
		font-size: 14px;
		margin: 15px 0 10px 0;
	}
	.newsright li span{
		font-size: 12px;
	}
	.newsright li p{
		font-size: 12px;
		line-height: 20px;
	}
	.proslidearea .swiper-slide .proslidetext .more{
		width: 90px;
		line-height: 26px;
		font-size: 12px;
	}
	.pagination{
		bottom: 15px;
	}
	
	.newsright{
		margin: 20px 0 0 0;
	}
	.newsright li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.about li,
	.about li:first-child{
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.about li .text strong{
		font-size: 14px;
	}
	.about li .text p{
		font-size: 12px;
		margin: 5px 0 0 0;
	}
	.aboutbg2 .video .icon{
		width: 60px;
		height: 60px;
		background: url("../../images/24gf-play.png") rgba(255,255,255,.8) center left 23px no-repeat;
		background-size: 18px;
		margin-left: -30px;
		margin-top: -30px;
	}
	.aboutbg2 .video .icon:after{
		width: 70px;
		height: 70px;
	}
	.jscxul li{
		width: 100%;
		float: none;
	}
	.jscxul li .text{
		left: 5%;
		width: 95%;
		top: 14%;
	}
	.jscxul li .text strong{
		font-size: 17px;
	}
	.jscxul li .text p{
		font-size: 12px;
		margin: 5px 0 10px 0;
	}
	.jscxul li .text a{
		line-height: 30px;
		width: 100px;
		font-size: 12px;
	}
	
	
	
	.p100,
	.p90,
	.p80{
		padding: 40px 0;
	}
	.mt100,
	.mt90,
	.mt80{
		margin-top: 40px !important;
	}
	
	
	
	.yxtjul li p{
		font-size: 12px;
		line-height: 20px;
		min-height: auto;
	}
	
	
	.yxtjul li{
		width: 90%;
		float: none;
		margin: 0 0 20px 0;
	}
	.syxtjul li{
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
		padding: 0;
	}
	.yxtjul li strong{
		font-size: 17px;
		margin: 5px 0 10px 0;
	}
	.stitle .icon img{
		width: 30px;
	}
	
	
	
	.newsarea .picnews{
		width: 100%;
		float: none;
	}
	
	.newsarea .picnews .pic{
		height: auto;
	}
	.newsarea .picnews .date{
		display: none;
	}
	.newsarea .picnews .text>strong{
		margin: 20px 0 10px 0;
		font-size: 16px;
	}
	.newsarea .picnews p{
		width: 100%;
		float: none;
		font-size: 12px;
		line-height: 20px;
		max-height: 40px;
		min-height: 40px;
	}
	
	.newsul{
		width: 100%;
		float: none;
		display: none;
	}
	
	
	.aboutbg .about{
		width: 100%;
		float: none;
		height: auto;
		padding: 40px 0;
	}
	.abouttext{
		width: 90%;
		padding: 0 5%;
	}
	.abouttext .text h3{
		font-size: 18px;
		margin: 20px 0 10px 0;
	}
	
	.aboutbg .pic{
		width: 100%;
		height: auto;
	}
	
	.aboutbg .pic .more{
		width: 120px;
		line-height: 30px;
		font-size: 12px;
		left: 20px;
		bottom: 20px;
	}
	.aboutbg2 .video{
		width: 100%;
		height: 300px;
		background-size: cover;
	}
	.about2{
		width: 100%;
		height: auto;
	}
	.about2 .text{
		padding: 5%;
	}
	.about2 .text li{
		width: 50%;
		margin: 20px 0 !important;
	}
	.about2 .text li .iconfont{
		font-size: 38px;
		margin: 0 10px 0 0;
	}
	.about2 .text li:nth-child(3) .iconfont,
	.about2 .text li:nth-child(4) .iconfont{
		font-size: 30px;
	}
	.about2 .text li strong{
		font-size: 20px;
		line-height: 30px;
	}
	.about2 .text li p{
		font-size: 12px;
		width: 80%;
		margin: 10px 0 0 0;
		overflow: hidden;
		height: 32px;
	}
	.about2 .text li p span{
		margin: 0 0 0 0;
		display: block;
	}
	
	
	.ftel{
		display: none;
	}
	
	.fcontact{
		width: 100%;
	}
	
	
	.flogo{
		width: 190px;
		height: 38px;
		margin: 0 auto;
		float: none;
		padding: 30px 0 20px 0;
	}
	
	.fcontact{
		float: none;
	}
	.fcontact li,
	.fcontact li a{
		font-size: 12px;
	}
	
	
	.fewm{
		float: none;
		display: table;
		width: auto;
		margin: 0 auto 0 auto;
		font-size: 12px;
	}
	.fewm>.left{
		margin: 0 10px;
	}
	.fewm p{
		font-size: .6rem;
	}
	.fewm .pic{
		width: 90px;
		margin: 0 auto;
	}
	
	.flink,
	.flink a,
	.cr,
	.cr a{
		font-size: 12px;
	}
	.flink,
	.cr{
		line-height: 22px;
	}
	
	.flink,
	.cr{
		text-align: center;
	}
	.flink span{
		display: none;
	}
	.flink a{
		display: block;
	}
	
	.swiper-pagination-switch{
		margin: 0 5px;
		width: 6px;
		height: 6px;
	}
	
	.bannerbg,
	.listbanner,
	.nbanner,
	.listbanner .container,
	.nbanner .container{
		height: 200px;
	}
	.bannerbg, .listbanner, .nbanner{
		line-height: 200px;
		font-size: 30px;
	}
	.ncate{
		line-height: 40px;
	}
	.ncate li a{
		font-size: 12px;
	}
	.ntitle h2{
		font-size: 20px;
		line-height: 20px;
	}
	.ntitle p{
		font-size: 12px;
		line-height: 16px;
		padding: 0 10%;
	}
	
	
	
	.nfzzl li{
		margin: 0 0 20px 0;
	}
	.nfzzl li .nfzzltext{
		display: block;
		width: 100%;
		height: auto;
	}
	.nfzzl li .pic{
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
		float: none;
	}
	.nfzzl li .nfzzltext .text h2{
		font-size: 18px;
	}
	.nfzzl li .nfzzltext .text{
		font-size: 14px;
		line-height: 24px;
		width: 100%;
		float: none;
		display: block;
	}
	
	
	.nfzzl li:last-child .nfzzltext .text h2{
		font-size: 20px;
		text-align: center;
		display: block;
	}
	
	.ncpzllist li .text{
		font-size: 12px;
		line-height: 20px;
	}
	
	.ncpzllist li{
		width: 100%;
		margin: 0 0 20px 0;
		padding: 20px 0 0 0;
	}
	.ncpzllist li:last-child .text{
		margin: 23px 0 24px 0;
	}
	
	.ncpzltable{
		overflow: scroll;
	}
	.ncpzltable table{
		width: 560px;
	}
	.ncpzltable{}
	.ncpzltable table td{
		font-size: 14px;
		line-height: 24px;
	}
	

	.scrolltable{
		display: block;
		text-align: center;
		font-size: 12px;
		font-style: italic;
		margin: 10px 0 0 0;
		line-height: 12px;
	}
	
	
	.njszl li .njszltext{
		height: auto !important;
		width: 100%;
		float: none;
	}
	.njszl li .pic{
		height: auto !important;
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	.njszl li .njszltext .content h2{
		font-size: 17px;
	}
	.njszl li .njszltext .content .text{
		font-size: 14px;
		line-height: 24px;
	}
	.njszl li .njszltext .content p{
		position: relative !important;
		right: auto !important;
		top: auto !important;
		font-size: 14px !important;
		line-height: 24px !important;
		margin-top: 0 !important;
		width: 100% !important;
	}
	
	
	.njszl li{
		margin: 0 0 20px 0;
	}
	
	
	.nrczl li .rczltext{
		width: 100%;
		float: none;
		height: 160px;
	}
	.nrczl li .pic{
		width: 100%;
		float: none;
		height: auto;
	}
	.nrczl li .rczltext .num{
		font-size: 100px;
		margin-left: -44px;
	}
	.nrczl li .rczltext .text{
		font-size: 18px;
		line-height: 28px;
		padding: 0 5%;
	}
	
	
	.ngjzl h2{
		font-size: 20px;
	}
	
	.ngjzltable{
		width: 100%;
		overflow: scroll;
		float: none;
	}
	.ngjzltable table td{
		font-size: 14px;
		line-height: 24px;
	}
	.ngjzltable table{
		width: 560px;
	}
	
	.ngjzlright{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	.ngjzlright .ngjzlrighttext{
		padding: 5% 5% 10% 5%;
		font-size: 14px;
		line-height: 24px;
	}
	
	
	.nabout li .nabouttext{
		height: auto !important;
		width: 100%;
		display: block;
		float: none;
	}
	.nabout li .nabouttext .content h2{
		font-size: 20px;
	}
	.nabout li .nabouttext .content .text{
		font-size: 14px;
		line-height: 24px;
	}
	.about_num .numlist strong{
		font-size: 40px;
		line-height: 30px;
	}
	
	.about_num .numlist{
		margin: 0 30px 0 0;
	}
	.about_num .numlist p{
		font-size: 14px;
	}
	.about_num .numlist .num{
		height: 34px;
	}
	
	.nenv li,
	.nenv li:nth-child(3n){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.nenv li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	
	.nenv li p{
		font-size: 14px;
		line-height: 40px;
	}
	.honorcate{
		width: 100%;
		float: none;
	}
	.honorcatetitle{
		display: none;
	}
	.honorcate li{
		width: 24.25%;
		float: left;
		margin: 0 1% 1% 0;
		line-height: 40px;
		text-align: center;
	}
	.honorcate li:nth-child(4){
		margin: 0;
	}
	.honorcate li:nth-child(5){
		width: 100%;
		margin: 0;
	}
	.honorcate li a{
		font-size: 12px;
		padding: 0;
	}
	.nhonorarea{
		padding: 20px 0 40px 0 !important;
	}
	
	.nhonor li,
	.nhonor li:nth-child(3n){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.nhonor li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.nhonor li p{
		font-size: 14px;
		line-height: 40px;
		padding: 0 10px;
	}
	
	.nwzrxx li,
	.nwzrxx li:nth-child(3n){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.nwzrxx li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.nwzrxx li p{
		font-size: 14px;
		line-height: 40px;
		padding: 0;
	}
	
	.nwzyxb li,
	.nwzyxb li:nth-child(3n){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.nwzyxb li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.nwzyxb li p{
		font-size: 12px;
		line-height: 40px;
		padding: 0;
	}
	.nkywyh{
		display: block;
	}
	.nkywyh .text{
		width: 100%;
		float: none;
		font-size: 14px;
		line-height: 24px;
	}
	.menu li ul li a{
		font-size: 12px;
		padding: 0 0 0 30px;
	}
	.nkywyh .pic{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	
	.ynxhd li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.ynxhd li p {
		font-size: 14px;
		padding: 10px 5%;
		width: 90%;
	}
	.zngs li,
	.zngs li:nth-child(3n){
		width: 49%;
		margin: 0 2% 3% 0;
	}
	.zngs li:nth-child(2n){
		margin: 0 0 3% 0;
	}
	.zngs li p{
		height: 60px;
	}
	.zngs li p span{
		font-size: 12px;
		line-height: 18px;
	}
	.zngs li .more{
		width: 80%;
		margin: 0 auto 10px auto;
		font-size: 14px;
		line-height: 30px;
	}

	.ncate_ynx li{
		width: 33.333%;
	}
	.ncate_ynx li:nth-child(4),
	.ncate_ynx li:nth-child(5){
		width: 50%;
	}
	.hjjj .text,
	.scbjs,
	.wzxmxycp .text,
	.wzxmjj{
		font-size: 14px;
		line-height: 24px;
	}

	.hjpic li .text{
		padding: 55px 0 20px 0;
	}
	.hjpic li .text p{
		font-size: 12px;
		height: 48px;
		padding: 0 10px;
	}
	.hjpic li .text strong{
		font-size: 15px;
	}

	.ncate_2 li{
		line-height: 18px;
		padding: 10px 0 0 0;
	}
	.ncate_2 li a{
		height: 48px;
	}

	.ahwzyxpic li{
		width: 100%;
		margin: 0 0 20px 0;
	}

	.ahwzyxpic li .text strong{
		font-size: 14px;
	}
	.ahwzyxpic li .text p{
		font-size: 12px;
		line-height: 22px;
	}

	.wzxmxycp{
		display: block;
	}
	.wzxmxycp .text{
		width: 100%;
		float: none;
	}
	.wzxmxycp .pic{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}


	.blxxm li{
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	.blxxm li .text strong{
		font-size: 16px;
	}
	.blxxm li .text p{
		font-size: 14px;
		line-height: 24px;
		max-height: none;
		min-height: auto;
	}

	.blxjs .ncon_text{
		padding: 0;
	}

	.nabout .text{
		width: 100%;
		float: none;
		padding: 0;
		font-size: 14px;
		line-height: 24px;
	}
	.pagechange .pagechangel, .pagechange .returnlist, .pagechange .pagechanger{
		width: auto;
	}
	.pagechange .returnlist a,
	.pagechange a{
		font-size: 12px;
	}
	
	.nabout .mt40{
		padding: 20px 0 0 0;
	}
	
	.nabout li .pic{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	
	.nabout li{
		margin: 0 0 40px 0;
	}
	
	.about_num{
		margin: 30px 0 !important;
	}
	
	.about_num li{
		width: 50%;
		margin: 0;
		font-size: 14px;
	}
	.about_num li strong{
		font-size: 40px;
		line-height: 30px;
	}
	.about_num li p{
		font-size: 14px;
	}
	
	.about_hxbj{
		font-size: 14px;
		line-height: 24px;
	}
	
	.mt50{
		margin-top: 30px !important;
	}
	
	
	.about_hwyqkj_text{
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
	
	.nculture li:nth-child(2n){
		background: #fff;
	}
	.nculture li .text{
		width: 100%;
		float: none;
		height: 160px;
		background-size: contain !important;
	}
	
	
	.nrcln li .rclntext{
		height: 160px;
		display: table;
		width: 100%;
		float: none;
	}
	.nrcln li .rclntext .text{
		text-align: center;
		font-size: 17px;
		line-height: 28px;
	}
	.nrcln li .rclntext .num{
		font-size: 100px;
		line-height: 165px;
		margin-left: -75px;
	}
	.nrcln li .pic{
		height: auto;
		display: block;
		width: 100%;
		float: none;
	}
	.nrcln li:last-child .rclntext .text p{
		display: inline;
	}
	
	.teamshow li p{
		font-size: 14px;
		line-height: 40px;
	}
	
	.ncate_six li{
		width: 33.333%;
	}
	.ncate_2 li a{
		font-size: 12px;
	}
	.scyxtitle{
		font-size: 20px;
	}
	.scyxcontainer .scyxtext{
		font-size: 14px;
		line-height: 24px;
	}
	
	.djkicon li{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.djkicon li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.djkicon li .text{
		padding: 45px 0 10px 0;
	}
	.djkicon li .text strong{
		font-size: 17px;
	}
	.djkicon li .text p{
		font-size: 12px;
		line-height: 20px;
		height: 40px;
		padding: 0 8%;
	}
	
	.xstd li p{
		font-size: 14px;
		line-height: 40px;
	}
	
	.gltd li{
		width: 100%;
		margin: 0 0 20px 0;
		display: block;
		padding: 5% 0 0 0;
	}
	.gltd li .pic{
		width: 60%;
		margin: 0 auto;
		float: none;
	}
	.gltd li .text{
		float: none;
		width: 100%;
		padding: 5%;
	}
	.gltd li .text p{
		font-size: 12px;
		margin: 10px 0 0 0;
	}
	.gltd li .text strong{
		font-size: 20px;
		text-align: center;
	}
	.gltd li .text span{
		text-align: center;
		font-size: 16px;
		margin: 10px 0 0 0;
	}
	.scfb{
		display: block;
	}
	.scfb .text{
		width: 100%;
		float: none;
		display: block;
		font-size: 14px;
		line-height: 24px;
		margin: 0 !important;
	}
	.scfbtitle,
	.scyxtitle.djkscfbtitle{
		font-size: 16px;
	}
	.scyxtitle br,
	.scfb .text br{
		display: none;
	}
	.scfb .pic{
		width: 100%;
		float: none;
	}
	.mt60{
		margin-top: 30px !important;
	}
	.p90{
		padding: 50px 0;
	}
	.schd li{
		margin: 0 0 20px 0;
	}
	.nculture li .text .intro .textintro .iconfont{
		font-size: 38px;
	}
	.nculture li:nth-child(3) .text .intro .textintro p,
	.nculture li .text .intro .textintro p{
		font-size: 14px;
		line-height: 30px;
		margin: 0 0 0 10px;
	}
	.nculture li .text .intro .textintro p strong{
		font-size: 18px;
		line-height: 18px;
	}
	.nculture li .pic{
		width: 100%;
		float: none;
		height: auto;
		padding: 0;
	}
	
	
	.nculture{
		padding: 0 0 50px 0;
	}
	
	.nteamslide .swiper-slide-active{
		transform: scale(1);
	}
	
	.nteamslide{
		padding: 50px 0;
	}
	
	.nteamslide .iconfont{
		font-size: 34px;
		margin-top: -17px;
	}
	.nteamlist li{
		margin: 0 0 20px 0;
	}
	.nteamlist li a{
		display: block;
		padding: 20px;
	}
	
	.nteamlist li .line{
		clear: both;
	}
	.nteamlist li .line:after{
		display: none;
		float: none;
	}
	
	.nteamlist li:hover .nteam_text,
	.nteamlist li .nteam_text{
		width: 100%;
		margin: 20px 0 0 0;
		float: none;
		clear: both;
		font-size: 14px;
		line-height: 24px;
		height: auto !important;
	}
	
	.nteamlist li .iconfont{
		display: none;
	}
	.nhonor li a .pic{
		padding: 15px;
	}
	.nhonor li p{
		font-size: 14px;
	}
	
	.ncate_left ul li{
		width: 50%;
		float: left;
	}
	
	.nzxnsul{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}

	.nzxnsul li{
		padding: 0 5%;
	}
	.nzxnsul li .rlzytitle{
		padding: 20px 0;
	}
	.nzxnsul li .rlzytitle span{
		font-size: 20px;
		line-height: 20px;
	}
	.nzxnsul li .rlzytitle font{
		font-size: 14px;
		line-height: 14px;
		margin: 10px 0 0 0;
		display: block;
	}
	
	.nzxnsul li .buttonarrow{
		font-size: 24px;
		width: 40px;
		line-height: 40px;
	}
	.nzxnsul li.this .buttonarrow{
		line-height: 40px;
	}
	.nzxnsul li .rlzyarea{
		font-size: 12px;
		line-height: 24px;
	}
	.nzxnsul li .rlzyarea .rlzyareatitle{
		font-size: 15px;
	}
	
	.nzxnsul li .rlzyarea a.tdjl{
		width: 130px;
		line-height: 40px;
		font-size: 14px;
	}
	.nzxnsul li.this .buttonarrow{
	}
	
	.nrlzypic{
		width: 100%;
		float: none;
		margin: 0 0 0 0;
	}
	
	.nrlzypic .pic .hyjr{
		width: 86%;
		padding: 7% 7%;
		font-size: 24px;
		line-height: 40px;
	}
	
	.nrlzypic .nrlzytext{
		width: 86%;
		padding: 40px 7% 100px 7%;
	}
	.nmap iframe{
		margin-left: -600px;
	}
	.mapcontact{
		position: relative;
		width: auto;
		right: auto;
		top: auto;
		margin: 20px 0 0 0;
		padding: 0;
	}
	.mapcontact li{
		font-size: 14px;
	}
	.mapcontact li .iconfont{
		margin: 0 5px 0 0;
	}
	.nteamlist li .pic{
		width: 150px;
		height: 150px;
		float: none;
		margin: 0 auto;
	}
	.nteamlist li .nteam_name{
		width: 100%;
		float: none;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.nteamlist li .nteam_name strong{
		font-size: 20px;
	}
	.nteamlist li .nteam_name p{
		font-size: 14px;
	}
	.newm{
		display: none;
	}
	
	.nmessage .messagearea>.left{
		width: 100%;
		float: none;
	}
	.nmessage .messagearea>.right{
		width: 100%;
		float: none;
	}
	
	.nmessage li input{
		height: 40px;
	}
	.nmessage li{
		margin: 0 0 10px 0;
		overflow: hidden;
	}
	.nmessage li img{
		padding: 2.5px 0;
		margin-top: 0;
	}
	.nmessage li input::-webkit-input-placeholder{		color: #666; font-size: 14px;}
	.nmessage li input::-moz-input-placeholder{			color: #666; font-size: 14px;}
	.nmessage li input::-ms-input-placeholder{			color: #666; font-size: 14px;}
	.nmessage li input::-o-input-placeholder{			color: #666; font-size: 14px;}
	.nmessage li textarea::-webkit-input-placeholder{	color: #666; font-size: 14px;}
	.nmessage li textarea::-moz-input-placeholder{		color: #666; font-size: 14px;}
	.nmessage li textarea::-ms-input-placeholder{		color: #666; font-size: 14px;}
	.nmessage li textarea::-o-input-placeholder{		color: #666; font-size: 14px;}
	
	.nmessage li a{
		line-height: 40px;
		right: 10%;
	}
	.nmessage .messagearea>.buttonarea{
		width: 48%;
		float: left;
		padding: 10px 0 0 0;
	}
	.njspt li .pic{
		width: 100%;
		float: none;
		height: auto;
	}
	
	
	
	
	
	.njspt li{
		margin: 0 0 20px 0;
	}
	.njspt li .text{
		width: auto;
		display: block;
		float: none;
		height: auto;
		padding: 20px;
	}
	
	.njspt li .text .intro strong{
		font-size: 18px;
	}
	.njspt li .text .intro p{
		font-size: 14px;
		line-height: 24px;
	}
	
	
	.njspt li .text .num{
		font-size: 60px;
		right: 20px;
	}
	.njspt li:nth-child(2n) .text .num{
		right: auto;
		left: 20px;
	}
	.njspt li:nth-child(2n) .text strong{
		text-align: right;
	}
	
	.nnews{
		padding: 30px 0;
	}
	.nnews li{
		border-bottom: 1px solid #eee;
	}
	.nnews li a{
		padding: 20px;
	}
	
	.nnews li .pic{
		width: 30%;
		height: 80px;
	}
	.nnews li .text{
		width: 64%;
	}
	.nnews li .text .date{
		font-size: 12px;
		margin: 5px 0 0 0;
	}
	.nnews li .text strong{
		font-size: 14px;
		line-height: 14px;
		margin: 15px 0 10px 0;
	}
	.nnews li .text p{
		font-size: 12px;
		line-height: 12px;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}
	.ncontainer{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	.ncon_title{
		font-size: 16px;
		line-height: 26px;
	}
	.ncon_date{
		margin: 5px 0 0 0;
		font-size: 12px;
	}
	.ncon_text{
		font-size: 14px;
		line-height: 24px;
	}
	
	
	
	
	.djkproblem li .titleline{
		font-size: 16px;
		line-height: 40px;
	}
	.djkproblem li .iconfont{
		width: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	
	.djkproblem li.this{
		padding: 10px 3% 80px 3%;
	}
	.problemtext{
	}
	.problemtext .probtitle .num{
		width: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.problemtext .probtitle{
		line-height: 26px;
		font-size: 14px;
	}
	
	.problemtext .probtext{
		padding: 10px 20px;
		font-size: 12px;
		line-height: 20px;
		border-radius: 10px;
	}
	.contact_fwzc .fwzctext{
		height: auto;
		display: block;
		width: 100%;
		float: none;
	}
	.contact_fwzc .fwzcpic{
		width: 100%;
		height: auto;
		float: none;
	}
	
	.contact_fwzc .fwzctext .text{
		width: 90%;
		margin: 20px auto;
		display: block;
		font-size: 14px;
		line-height: 24px;
		padding: 0;
	}
	.contact_fwzc .fwzctext .text strong{
		font-size: 20px;
		display: block;
		line-height: 28px;
	}
	.contact_fwzc .fwzctext .text .pic{
		width: 110px;
		margin: 20px auto 0 auto;
	}
	.contact_fwzc .fwzctext .text span{
		font-size: 14px;
	}



	.nright{
		float: none;
		width: 100%;
		margin: 30px 0 0 0 !important;
	}
	.nright_title{
		font-size: 18px;
	}
	.nright ul li strong{
		font-size: 14px;
		line-height: 24px;
		min-height: auto;
	}
	.nright ul li{
		padding: 15px 20px;
	}
	
	.nright ul li p{
		margin: 10px 0 0 0;
		font-size: 12px;
	}
	
	
	.nprocate li .pic{
		width: 100%;
		float: none;
		height: auto;
	}
	.nprocate li .procatetext{
		width: 100%;
		float: none;
		height: auto;
		margin: 20px 0 0 0;
	}
	.nprocate li{
		padding: 20px;
	}
	.nprocate li .procatetext .intro strong{
		font-size: 18px;
		text-align: center;
	}
	.nprocate li .procatetext .intro .text{
		font-size: 14px;
		line-height: 24px;
	}
	.nprocate li .procatetext .intro .more{
		width: 110px;
		line-height: 32px;
		font-size: 12px;
		float: none;
		margin: 20px auto 0 auto;
	}
	
	.ncate_left{
		width: 100%;
		float: none;
	}
	
	.ncate_left li ul{
		display: none;
	}
	.catetitle{
		font-size: 20px;
		line-height: 40px;
	}
	.ncate_left>ul>li>a{
		font-size: 16px;
	}
	.ncate_left ul li ul li a{
		font-size: 14px;
	}
	
	.pcontainer{
		margin: 20px 0 0 0;
		width: 100%;
		float: none;
	}
	.nproul li .pic{
		float: none;
		width: 100%;
	}
	.nproul li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.nproul li .text{
		padding: 0 5% 30px 5%;
		width: 90%;
	}
	
	.nproul li .text strong{
		font-size: 14px;
		margin: 20px 0 10px 0;
	}
	.nproul li .text p{
		font-size: 12px;
		line-height: 24px;
		min-height: 48px;
	}
	.nproul li .text .more{
		width: 110px;
		line-height: 32px;
		font-size: 12px;
		float: none;
		margin: 20px auto 0 auto;
	}
	
	.nprotext .pic{
		width: 100%;
		float: none;
	}
	.nprotext .intro{
		width: 100%;
		float: none;
	}
	.nprotext .intro strong{
		font-size: 16px;
		line-height: 26px;
	}
	.nprotext .intro .text{
		font-size: 14px;
		line-height: 24px;
		margin: 20px 0;
	}
	.otherlink .online{
		width: 120px;
		font-size: 12px;
		line-height: 34px;
	}
	.otherlink .online .iconfont{
		font-size: 20px;
	}
	.share,
	.otherlink .share,
	.otherlink .share p{
		line-height: 34px;
		font-size: 12px;
		display: none;
	}
	.prointro .introtitle{
		font-size: 17px;
	}
	.prointro .introtitle .iconfont{
		font-size: 24px;
		margin: 2px 10px 0 0;
	}
	.prointro .introtitle .icon-baozhiqi{
		font-size: 30px;
		margin: 2px 5px 0 0;
	}
	
	.prointro .text{
		padding: 20px;
		font-size: 14px;
		line-height: 24px;
	}
	
	
	.prointro{
		margin-top: 30px !important;
	}
	
	.prointro4 li{
		width: 33.333%;
		margin: 0 0 20px 0;
	}
	.prointro4 li strong{
		font-size: 12px;
		margin: 0 0 5px 0;
	}
	
	.prointro5 .pic_pc{
		display: none;
	}
	.prointro5 .pic_wap{
		display: block;
	}
	
	
	.proshow .container{
		display: block;
	}
	.proshow .pic{
		width: 100%;
		float: none;
	}
	.proshow .proshowtext{
		width: 100%;
		float: none;
		margin: 0;
	}
	
	.jcyl ul{
	}
	
	.proshow .proshowtext .protitle{
		font-size: 16px;
		line-height: 24px;
	}
	.proshow .proshowtext .protitle img{
		width: 20px;
	}
	
	
	.proshow .proshowtext .button{
		width: 130px;
		line-height: 34px;
		font-size: 12px;
	}
	
	.p60{
		padding: 40px 0;
	}
	.prointro:nth-child(1){
		margin: 0 !important;
	}
	.jcyl li .pic{
		margin: 0 25%;
	}
	.jcyl li:nth-child(2n){
		text-align: center;
		margin: 10px 0;
		transform: rotate(90deg);
	}
	.jcyl li:nth-child(2n) img{
		width: 36px;
	}
	
	.jcyl .jcyltext{
		font-size: 14px;
		line-height: 24px;
	}
	.cptd{
		display: block;
	}
	.cptd li{
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	.cptd li .text p{
		font-size: 14px;
		line-height: 24px;
		height: auto !important;
	}
	
	.cptd li .text strong{
		font-size: 16px;
		margin: 10px 0 10px 0;
	}
	.lcjg li{
		width: 100% !important;
		margin: 0 0 20px 0 !important;
	}
	
	.cjwt li .ques{
		font-size: 14px;
		line-height: 28px;
	}
	.cjwt li .ques .icon1{
		width: 30px;
		line-height: 30px;
		margin: 0 10px 0 0;
		font-size: 14px;
	}
	.cjwt li .answ .icon2{
		width: 30px;
		line-height: 30px;
		margin: 0 10px 0 0;
		font-size: 14px;
	}
	.cjwt li .answ{
		border-radius: 10px;
	}
	.cjwt li .answ{
		padding: 10px 10px 10px 40px;
		font-size: 12px;
		line-height: 20px;
	}
	.syrq li{
		width: 100%;
		padding: 20px 10px;
		margin: 0 0 20px 0;
	}
	.syrq li p{
		height: auto;
		font-size: 14px;
	}
	.syrq li p br{
		display: none;
	}
	
	.zjgsarea .container{
		display: block;
	}
	.zjgsarea .pic{
		width: 100%;
	}
	.zjgs{
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.zjgs .zjgstitle{
		font-size: 20px;
	}
	.zjgs .zjgstext{
		font-size: 12px;
		line-height: 20px;
	}
	
	
	.djkbanner,
	.djkbanner .listbanner,
	.djkbanner .nbanner{
		height: 200px;
		background-position: right -60px center;
	}
	
	.bannerbg .mx1200{
		width: 100%;
	}
	
	
	
	.zaoshaiul li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.rcxc li{
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	.rcxc li .text{
		padding: 30px;
		font-size: 16px;
		line-height: 32px;
	}
	.rcxc li .text span{
		font-size: 100px;
	}
	.xctitle{
		font-size: 22px;
	}
	.ryjs .container{
		display: block;
	}
	.ryjs .text{
		width: 100%;
		float: none;
		line-height: 24px;
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	.ryjs .pic{
		width: 100%;
		float: none;
	}
	.zpcate li{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.zpcate li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.nculture li .text .intro .textintro{
		margin: 0;
	}
	.nculture li .text .intro .textintro p{
		overflow: hidden;
		float: none;
		line-height: 22px;
	}
	.nculture li .text .intro .textintro p span{
		text-align: left;
		line-height: 16px;
	}
	.nculture li .text .intro .textintro p span br{
		display: none;
	}
	.nculture li .text .intro .textintro .iconfont{
		margin: 0 20px 0 0;
	}
	.ncate_five .container{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.ncate_five li{
		width: auto;
	}
	.ncate_five .container::before,
	.ncate_five .container::after{
		display: none;
	}
	.contact_syb{
		width: 100%;
	}
	.message_syb{
		width: 100%;
		margin: 40px 0 0 0;
	}
	.message_syb h3{
		font-size: 20px;
	}
	.container img{
		max-width: 100%;
	}
	.banner_syb>div{
		background-position: center right 14%;
	}
	.sczl{
		padding: 5%;
	}
	.sczltitle{
		font-size: 24px;
		line-height: 30px;
		width: 100%;
	}
	.sczltitle .iconfont{
		font-size: 20px;
	}
	.sczllist{
		margin: 20px 0 0 0;
		width: 100%;
	}
	.sczllist li{
		font-size: 16px;
		line-height: 30px;
	}
	.zscp{
		display: block;
	}
	.zscp .fwzctext .text{
		margin: 0;
		padding: 20px;
	}
}
@media screen and (max-width: 428px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}

